#A60DCA

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

Shades of Dark Violet #A60DCA

Tints of Dark Violet #A60DCA

Color information

#A60DCA (or 0xA60DCA) is unknown color: approx Dark Violet. HEX triplet: A6, 0D and CA. RGB value is (166,13,202). Sum of RGB (Red+Green+Blue) = 166+13+202=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #A60DCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DCA is #59F235. Grayscale: #4F4F4F. Windows color (decimal): -5894710 or 13241766. OLE color: 13241766.

HSL color Cylindrical-coordinate representation of color #A60DCA: hue angle of 288.57º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60DCA is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16613202-
CMYK0.180.9400.21
HSL288.57º87.91%42.16%-
HSV(B)288.57º93.56%79.22%-
XYZ26.5312.6656.92-
YUV80.29196.69189.13-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 13 (5.47% from 255) = 3.41%
BLUE value IS 202 (79.30% from 255) = 53.02%
R=43.57%
G=3.41%
B=53.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal166132020.180.9400.21288.5787.9142.16
HexA6DCA125E015121582a
Octal246153122213602544113052
Binary101001101101110010101001010111100101011001000011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60DCA; }

 p { color: rgb(166,13,202); }

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

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

 a { background-color: rgb(166,13,202); }

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

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

 span { border-color: rgb(166,13,202); }

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