#A10EC8

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

Shades of Dark Violet #A10EC8

Tints of Dark Violet #A10EC8

Color information

#A10EC8 (or 0xA10EC8) is unknown color: approx Dark Violet. HEX triplet: A1, 0E and C8. RGB value is (161,14,200). Sum of RGB (Red+Green+Blue) = 161+14+200=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #A10EC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10EC8 is #5EF137. Grayscale: #4E4E4E. Windows color (decimal): -6222136 or 13110945. OLE color: 13110945.

HSL color Cylindrical-coordinate representation of color #A10EC8: hue angle of 287.42º 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 #A10EC8 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16114200-
CMYK0.190.9300.22
HSL287.42º86.92%41.96%-
HSV(B)287.42º93%78.43%-
XYZ25.2812.0655.64-
YUV79.16196.2186.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 14 (5.86% from 255) = 3.73%
BLUE value IS 200 (78.52% from 255) = 53.33%
R=42.93%
G=3.73%
B=53.33%

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
Decimal161142000.190.9300.22287.4286.9241.96
HexA1EC8135D01611f572a
Octal241163102313502643712752
Binary101000011110110010001001110111010101101000111111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10EC8; }

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

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

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

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

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

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

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

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