#A60AE6

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

Shades of Dark Violet #A60AE6

Tints of Dark Violet #A60AE6

Color information

#A60AE6 (or 0xA60AE6) is unknown color: approx Dark Violet. HEX triplet: A6, 0A and E6. RGB value is (166,10,230). Sum of RGB (Red+Green+Blue) = 166+10+230=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 230 (90.23% from 255 or 56.65% from 406); Max value from RGB is 230 - color contains mainly: blue. Hex color #A60AE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60AE6 is #59F519. Grayscale: #515151. Windows color (decimal): -5895450 or 15076006. OLE color: 15076006.

HSL color Cylindrical-coordinate representation of color #A60AE6: hue angle of 282.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A60AE6 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16610230-
CMYK0.280.9600.10
HSL282.55º91.67%47.06%-
HSV(B)282.55º95.65%90.2%-
XYZ30.1214.0475.99-
YUV81.72211.68188.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 10 (4.30% from 255) = 2.46%
BLUE value IS 230 (90.23% from 255) = 56.65%
R=40.89%
G=2.46%
B=56.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal166102300.280.9600.10282.5591.6747.06
HexA6AE61C600A11b5c2f
Octal246123463414001243313457
Binary10100110101011100110111001100000010101000110111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A60AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A60AE6; }

 p { color: rgb(166,10,230); }

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

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

 a { background-color: rgb(166,10,230); }

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

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

 span { border-color: rgb(166,10,230); }

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