#A010C6

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

Shades of Dark Violet #A010C6

Tints of Dark Violet #A010C6

Color information

#A010C6 (or 0xA010C6) is unknown color: approx Dark Violet. HEX triplet: A0, 10 and C6. RGB value is (160,16,198). Sum of RGB (Red+Green+Blue) = 160+16+198=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #A010C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A010C6 is #5FEF39. Grayscale: #4F4F4F. Windows color (decimal): -6287162 or 12980384. OLE color: 12980384.

HSL color Cylindrical-coordinate representation of color #A010C6: hue angle of 287.47º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A010C6 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16016198-
CMYK0.190.9200.22
HSL287.47º85.05%41.96%-
HSV(B)287.47º91.92%77.65%-
XYZ24.8811.9254.42-
YUV79.8194.71185.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 16 (6.64% from 255) = 4.28%
BLUE value IS 198 (77.73% from 255) = 52.94%
R=42.78%
G=4.28%
B=52.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160161980.190.9200.22287.4785.0541.96
HexA010C6135C01611f552a
Octal240203062313402643712552
Binary1010000010000110001101001110111000101101000111111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A010C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A010C6; }

 p { color: rgb(160,16,198); }

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

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

 a { background-color: rgb(160,16,198); }

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

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

 span { border-color: rgb(160,16,198); }

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