#A601D6

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

Shades of Dark Violet #A601D6

Tints of Dark Violet #A601D6

Color information

#A601D6 (or 0xA601D6) is unknown color: approx Dark Violet. HEX triplet: A6, 01 and D6. RGB value is (166,1,214). Sum of RGB (Red+Green+Blue) = 166+1+214=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 214 (83.98% from 255 or 56.17% from 381); Max value from RGB is 214 - color contains mainly: blue. Hex color #A601D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A601D6 is #59FE29. Grayscale: #494949. Windows color (decimal): -5897770 or 14025126. OLE color: 14025126.

HSL color Cylindrical-coordinate representation of color #A601D6: hue angle of 286.48º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A601D6 is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1661214-
CMYK0.221.0000.16
HSL286.48º99.07%42.16%-
HSV(B)286.48º99.53%83.92%-
XYZ27.8712.9864.66-
YUV74.62206.66193.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 214 (83.98% from 255) = 56.17%
R=43.57%
G=0.26%
B=56.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16612140.221.0000.16286.4899.0742.16
HexA61D6166401011e632a
Octal24613262614402043614352
Binary101001101110101101011011001000100001000111101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A601D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A601D6; }

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

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

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

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

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

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

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

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