Shades of Dark Violet #A012D4
Tints of Dark Violet #A012D4
RGB
CMYK
RGB Variations
Color information
#A012D4 (or 0xA012D4) is known color: Dark Violet. HEX triplet: A0, 12 and D4. RGB value is (160,18,212). Sum of RGB (Red+Green+Blue) = 160+18+212=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 212 (83.20% from 255 or 54.36% from 390); Max value from RGB is 212 - color contains mainly: blue. Hex color #A012D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012D4 is #5FED2B. Grayscale: #515151. Windows color (decimal): -6286636 or 13898400. OLE color: 13898400.
HSL color Cylindrical-coordinate representation of color #A012D4: hue angle of 283.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A012D4 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 160 | 18 | 212 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.17 |
| HSL | 283.92º | 0.84% | 0.45% | - |
| HSV(B) | 283.92º | 0.92% | 0.83% | - |
| XYZ | 26.6 | 12.66 | 63.33 | - |
| YUV | 82.57 | 201.04 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 212 | 0.25 | 0.92 | 0 | 0.17 | 283.92 | 0.84 | 0.45 |
| Hex | A0 | 12 | D4 | 19 | 5C | 0 | 11 | 11C | 54 | 2D |
| Octal | 240 | 22 | 324 | 31 | 134 | 0 | 21 | 434 | 124 | 55 |
| Binary | 10100000 | 10010 | 11010100 | 11001 | 1011100 | 0 | 10001 | 100011100 | 1010100 | 101101 |
Color Harmonies of #A012D4
Complementary color
Monochromatic Colors of #A012D4
Black with #A012D4
Text Example
Text Example
White with #A012D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A012D4; }
p { color: rgb(160,18,212); }
H1.HeaderClassName
{
color: #A012D4;
}
.AnyTagClassName
{
color: #A012D4;
}
</style>
background-color css
<style>
a { background-color: #A012D4; }
a { background-color: rgb(160,18,212); }
div.DivClassName
{
background-color: #A012D4;
}
.BgClassName
{
background-color: #A012D4;
}
</style>
border-color css
<style>
span { border-color: #A012D4; }
span { border-color: rgb(160,18,212); }
td.TdClassName
{
border-color: #A012D4;
}
.TagClassName
{
border-color: #A012D4;
}
</style>