Shades of Dark Violet #A012CB
Tints of Dark Violet #A012CB
RGB
CMYK
RGB Variations
Color information
#A012CB (or 0xA012CB) is known color: Dark Violet. HEX triplet: A0, 12 and CB. RGB value is (160,18,203). Sum of RGB (Red+Green+Blue) = 160+18+203=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #A012CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012CB is #5FED34. Grayscale: #505050. Windows color (decimal): -6286645 or 13308576. OLE color: 13308576.
HSL color Cylindrical-coordinate representation of color #A012CB: hue angle of 286.05º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A012CB is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 18 | 203 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.20 |
| HSL | 286.05º | 0.84% | 0.43% | - |
| HSV(B) | 286.05º | 0.91% | 0.8% | - |
| XYZ | 25.49 | 12.22 | 57.51 | - |
| YUV | 81.55 | 196.54 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 203 | 0.21 | 0.91 | 0 | 0.20 | 286.05 | 0.84 | 0.43 |
| Hex | A0 | 12 | CB | 15 | 5B | 0 | 14 | 11E | 54 | 2B |
| Octal | 240 | 22 | 313 | 25 | 133 | 0 | 24 | 436 | 124 | 53 |
| Binary | 10100000 | 10010 | 11001011 | 10101 | 1011011 | 0 | 10100 | 100011110 | 1010100 | 101011 |
Color Harmonies of #A012CB
Complementary color
Monochromatic Colors of #A012CB
Black with #A012CB
Text Example
Text Example
White with #A012CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A012CB; }
p { color: rgb(160,18,203); }
H1.HeaderClassName
{
color: #A012CB;
}
.AnyTagClassName
{
color: #A012CB;
}
</style>
background-color css
<style>
a { background-color: #A012CB; }
a { background-color: rgb(160,18,203); }
div.DivClassName
{
background-color: #A012CB;
}
.BgClassName
{
background-color: #A012CB;
}
</style>
border-color css
<style>
span { border-color: #A012CB; }
span { border-color: rgb(160,18,203); }
td.TdClassName
{
border-color: #A012CB;
}
.TagClassName
{
border-color: #A012CB;
}
</style>