#A10EC6

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

Shades of Dark Violet #A10EC6

Tints of Dark Violet #A10EC6

Color information

#A10EC6 (or 0xA10EC6) is unknown color: approx Dark Violet. HEX triplet: A1, 0E and C6. RGB value is (161,14,198). Sum of RGB (Red+Green+Blue) = 161+14+198=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 198 (77.73% from 255 or 53.08% from 373); Max value from RGB is 198 - color contains mainly: blue. Hex color #A10EC6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10EC6 is #5EF139. Grayscale: #4E4E4E. Windows color (decimal): -6222138 or 12979873. OLE color: 12979873.

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

Color convert

RGB16114198-
CMYK0.190.9300.22
HSL287.93º86.79%41.57%-
HSV(B)287.93º92.93%77.65%-
XYZ25.0511.9754.42-
YUV78.93195.2186.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.16%
GREEN value IS 14 (5.86% from 255) = 3.75%
BLUE value IS 198 (77.73% from 255) = 53.08%
R=43.16%
G=3.75%
B=53.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161141980.190.9300.22287.9386.7941.57
HexA1EC6135D016120572a
Octal241163062313502644012752
Binary101000011110110001101001110111010101101001000001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10EC6; }

 p { color: rgb(161,14,198); }

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

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

 a { background-color: rgb(161,14,198); }

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

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

 span { border-color: rgb(161,14,198); }

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