Shades of Dark Violet #A012BD
Tints of Dark Violet #A012BD
RGB
CMYK
RGB Variations
Color information
#A012BD (or 0xA012BD) is known color: Dark Violet. HEX triplet: A0, 12 and BD. RGB value is (160,18,189). Sum of RGB (Red+Green+Blue) = 160+18+189=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 18 (7.42% from 255 or 4.90% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #A012BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012BD is #5FED42. Grayscale: #4F4F4F. Windows color (decimal): -6286659 or 12391072. OLE color: 12391072.
HSL color Cylindrical-coordinate representation of color #A012BD: hue angle of 289.82º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A012BD is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 18 | 189 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.26 |
| HSL | 289.82º | 0.83% | 0.41% | - |
| HSV(B) | 289.82º | 0.9% | 0.74% | - |
| XYZ | 23.9 | 11.58 | 49.12 | - |
| YUV | 79.95 | 189.54 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 189 | 0.15 | 0.90 | 0 | 0.26 | 289.82 | 0.83 | 0.41 |
| Hex | A0 | 12 | BD | F | 5A | 0 | 1A | 122 | 53 | 29 |
| Octal | 240 | 22 | 275 | 17 | 132 | 0 | 32 | 442 | 123 | 51 |
| Binary | 10100000 | 10010 | 10111101 | 1111 | 1011010 | 0 | 11010 | 100100010 | 1010011 | 101001 |
Color Harmonies of #A012BD
Complementary color
Monochromatic Colors of #A012BD
Black with #A012BD
Text Example
Text Example
White with #A012BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A012BD; }
p { color: rgb(160,18,189); }
H1.HeaderClassName
{
color: #A012BD;
}
.AnyTagClassName
{
color: #A012BD;
}
</style>
background-color css
<style>
a { background-color: #A012BD; }
a { background-color: rgb(160,18,189); }
div.DivClassName
{
background-color: #A012BD;
}
.BgClassName
{
background-color: #A012BD;
}
</style>
border-color css
<style>
span { border-color: #A012BD; }
span { border-color: rgb(160,18,189); }
td.TdClassName
{
border-color: #A012BD;
}
.TagClassName
{
border-color: #A012BD;
}
</style>