Shades of Dark Violet #A212EA
Tints of Dark Violet #A212EA
RGB
CMYK
RGB Variations
Color information
#A212EA (or 0xA212EA) is known color: Dark Violet. HEX triplet: A2, 12 and EA. RGB value is (162,18,234). Sum of RGB (Red+Green+Blue) = 162+18+234=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #A212EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A212EA is #5DED15. Grayscale: #545454. Windows color (decimal): -6155542 or 15340194. OLE color: 15340194.
HSL color Cylindrical-coordinate representation of color #A212EA: hue angle of 280º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A212EA is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 18 | 234 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.08 |
| HSL | 280º | 0.86% | 0.49% | - |
| HSV(B) | 280º | 0.92% | 0.92% | - |
| XYZ | 29.97 | 14.05 | 78.98 | - |
| YUV | 85.68 | 211.71 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 234 | 0.31 | 0.92 | 0 | 0.08 | 280 | 0.86 | 0.49 |
| Hex | A2 | 12 | EA | 1F | 5C | 0 | 8 | 118 | 56 | 31 |
| Octal | 242 | 22 | 352 | 37 | 134 | 0 | 10 | 430 | 126 | 61 |
| Binary | 10100010 | 10010 | 11101010 | 11111 | 1011100 | 0 | 1000 | 100011000 | 1010110 | 110001 |
Color Harmonies of #A212EA
Complementary color
Monochromatic Colors of #A212EA
Black with #A212EA
Text Example
Text Example
White with #A212EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A212EA; }
p { color: rgb(162,18,234); }
H1.HeaderClassName
{
color: #A212EA;
}
.AnyTagClassName
{
color: #A212EA;
}
</style>
background-color css
<style>
a { background-color: #A212EA; }
a { background-color: rgb(162,18,234); }
div.DivClassName
{
background-color: #A212EA;
}
.BgClassName
{
background-color: #A212EA;
}
</style>
border-color css
<style>
span { border-color: #A212EA; }
span { border-color: rgb(162,18,234); }
td.TdClassName
{
border-color: #A212EA;
}
.TagClassName
{
border-color: #A212EA;
}
</style>