#a671f2

Color #A671F2 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A671F2

Tints of Medium Purple #A671F2

Color information

#A671F2 (or 0xA671F2) is unknown color: approx Medium Purple. HEX triplet: A6, 71 and F2. RGB value is (166,113,242). Sum of RGB (Red+Green+Blue) = 166+113+242=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #A671F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A671F2 is #598E0D. Grayscale: #8F8F8F. Windows color (decimal): -5869070 or 15888806. OLE color: 15888806.

HSL color Cylindrical-coordinate representation of color #A671F2: hue angle of 264.65º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A671F2 is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166113242-
CMYK0.310.5300.05
HSL264.65º83.23%69.61%-
HSV(B)264.65º53.31%94.9%-
XYZ37.6626.3387.1-
YUV143.55183.56144.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 113 (44.53% from 255) = 21.69%
BLUE value IS 242 (94.92% from 255) = 46.45%
R=31.86%
G=21.69%
B=46.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661132420.310.5300.05264.6583.2369.61
HexA671F21F35051095346
Octal246161362376505411123106
Binary1010011011100011111001011111110101010110000100110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a671f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a671f2; }

 p { color: rgb(166,113,242); }

 H1.HeaderClassName
 {
   color: #a671f2;
 }
 .AnyTagClassName
 {
   color: #a671f2;
 }
</style>
background-color css

<style>
 a { background-color: #a671f2; }

 a { background-color: rgb(166,113,242); }

 div.DivClassName
 {
   background-color: #a671f2;
 }
 .BgClassName
 {
   background-color: #a671f2;
 }
</style>
border-color css

<style>
 span { border-color: #a671f2; }

 span { border-color: rgb(166,113,242); }

 td.TdClassName
 {
   border-color: #a671f2;
 }
 .TagClassName
 {
   border-color: #a671f2;
 }
</style>