#A213EA

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

Shades of Dark Violet #A213EA

Tints of Dark Violet #A213EA

Color information

#A213EA (or 0xA213EA) is unknown color: approx Dark Violet. HEX triplet: A2, 13 and EA. RGB value is (162,19,234). Sum of RGB (Red+Green+Blue) = 162+19+234=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #A213EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A213EA is #5DEC15. Grayscale: #555555. Windows color (decimal): -6155286 or 15340450. OLE color: 15340450.

HSL color Cylindrical-coordinate representation of color #A213EA: hue angle of 279.91º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A213EA is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16219234-
CMYK0.310.9200.08
HSL279.91º84.98%49.61%-
HSV(B)279.91º91.88%91.76%-
XYZ29.9814.0978.98-
YUV86.27211.38182.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 19 (7.81% from 255) = 4.58%
BLUE value IS 234 (91.80% from 255) = 56.39%
R=39.04%
G=4.58%
B=56.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal162192340.310.9200.08279.9184.9849.61
HexA213EA1F5C081185532
Octal242233523713401043012562
Binary101000101001111101010111111011100010001000110001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A213EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A213EA; }

 p { color: rgb(162,19,234); }

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

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

 a { background-color: rgb(162,19,234); }

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

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

 span { border-color: rgb(162,19,234); }

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