#A605D6

Color #A605D6 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #A605D6

Tints of Dark Violet #A605D6

Color information

#A605D6 (or 0xA605D6) is unknown color: approx Dark Violet. HEX triplet: A6, 05 and D6. RGB value is (166,5,214). Sum of RGB (Red+Green+Blue) = 166+5+214=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 214 (83.98% from 255 or 55.58% from 385); Max value from RGB is 214 - color contains mainly: blue. Hex color #A605D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A605D6 is #59FA29. Grayscale: #4C4C4C. Windows color (decimal): -5896746 or 14026150. OLE color: 14026150.

HSL color Cylindrical-coordinate representation of color #A605D6: hue angle of 286.22º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A605D6 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1665214-
CMYK0.220.9800.16
HSL286.22º95.43%42.94%-
HSV(B)286.22º97.66%83.92%-
XYZ27.9213.0764.67-
YUV76.96205.34191.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 5 (2.34% from 255) = 1.30%
BLUE value IS 214 (83.98% from 255) = 55.58%
R=43.12%
G=1.30%
B=55.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16652140.220.9800.16286.2295.4342.94
HexA65D6166201011e5f2b
Octal24653262614202043613753
Binary10100110101110101101011011000100100001000111101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A605D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A605D6; }

 p { color: rgb(166,5,214); }

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

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

 a { background-color: rgb(166,5,214); }

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

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

 span { border-color: rgb(166,5,214); }

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