#A60ECC

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

Shades of Dark Violet #A60ECC

Tints of Dark Violet #A60ECC

Color information

#A60ECC (or 0xA60ECC) is unknown color: approx Dark Violet. HEX triplet: A6, 0E and CC. RGB value is (166,14,204). Sum of RGB (Red+Green+Blue) = 166+14+204=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #A60ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60ECC is #59F133. Grayscale: #505050. Windows color (decimal): -5894452 or 13373094. OLE color: 13373094.

HSL color Cylindrical-coordinate representation of color #A60ECC: hue angle of 288º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60ECC is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16614204-
CMYK0.190.9300.2
HSL288º87.16%42.75%-
HSV(B)288º93.14%80%-
XYZ26.7812.7858.18-
YUV81.11197.36188.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.23%
GREEN value IS 14 (5.86% from 255) = 3.65%
BLUE value IS 204 (80.08% from 255) = 53.12%
R=43.23%
G=3.65%
B=53.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal166142040.190.9300.228887.1642.75
HexA6ECC135D014120572b
Octal246163142313502444012753
Binary101001101110110011001001110111010101001001000001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60ECC; }

 p { color: rgb(166,14,204); }

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

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

 a { background-color: rgb(166,14,204); }

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

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

 span { border-color: rgb(166,14,204); }

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