Shades of Dark Violet #A212DF
Tints of Dark Violet #A212DF
RGB
CMYK
RGB Variations
Color information
#A212DF (or 0xA212DF) is known color: Dark Violet. HEX triplet: A2, 12 and DF. RGB value is (162,18,223). Sum of RGB (Red+Green+Blue) = 162+18+223=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #A212DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A212DF is #5DED20. Grayscale: #535353. Windows color (decimal): -6155553 or 14619298. OLE color: 14619298.
HSL color Cylindrical-coordinate representation of color #A212DF: hue angle of 282.15º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A212DF is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 18 | 223 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.13 |
| HSL | 282.15º | 0.85% | 0.47% | - |
| HSV(B) | 282.15º | 0.92% | 0.87% | - |
| XYZ | 28.44 | 13.44 | 70.91 | - |
| YUV | 84.43 | 206.21 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 223 | 0.27 | 0.92 | 0 | 0.13 | 282.15 | 0.85 | 0.47 |
| Hex | A2 | 12 | DF | 1B | 5C | 0 | D | 11A | 55 | 2F |
| Octal | 242 | 22 | 337 | 33 | 134 | 0 | 15 | 432 | 125 | 57 |
| Binary | 10100010 | 10010 | 11011111 | 11011 | 1011100 | 0 | 1101 | 100011010 | 1010101 | 101111 |
Color Harmonies of #A212DF
Complementary color
Monochromatic Colors of #A212DF
Black with #A212DF
Text Example
Text Example
White with #A212DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A212DF; }
p { color: rgb(162,18,223); }
H1.HeaderClassName
{
color: #A212DF;
}
.AnyTagClassName
{
color: #A212DF;
}
</style>
background-color css
<style>
a { background-color: #A212DF; }
a { background-color: rgb(162,18,223); }
div.DivClassName
{
background-color: #A212DF;
}
.BgClassName
{
background-color: #A212DF;
}
</style>
border-color css
<style>
span { border-color: #A212DF; }
span { border-color: rgb(162,18,223); }
td.TdClassName
{
border-color: #A212DF;
}
.TagClassName
{
border-color: #A212DF;
}
</style>