Shades of Dark Violet #A00CB9
Tints of Dark Violet #A00CB9
RGB
CMYK
RGB Variations
Color information
#A00CB9 (or 0xA00CB9) is known color: Dark Violet. HEX triplet: A0, 0C and B9. RGB value is (160,12,185). Sum of RGB (Red+Green+Blue) = 160+12+185=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #A00CB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CB9 is #5FF346. Grayscale: #4B4B4B. Windows color (decimal): -6288199 or 12127392. OLE color: 12127392.
HSL color Cylindrical-coordinate representation of color #A00CB9: hue angle of 291.33º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00CB9 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 12 | 185 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.27 |
| HSL | 291.33º | 0.88% | 0.39% | - |
| HSV(B) | 291.33º | 0.94% | 0.73% | - |
| XYZ | 23.39 | 11.24 | 46.84 | - |
| YUV | 75.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 185 | 0.14 | 0.94 | 0 | 0.27 | 291.33 | 0.88 | 0.39 |
| Hex | A0 | C | B9 | E | 5E | 0 | 1B | 123 | 58 | 27 |
| Octal | 240 | 14 | 271 | 16 | 136 | 0 | 33 | 443 | 130 | 47 |
| Binary | 10100000 | 1100 | 10111001 | 1110 | 1011110 | 0 | 11011 | 100100011 | 1011000 | 100111 |
Color Harmonies of #A00CB9
Complementary color
Monochromatic Colors of #A00CB9
Black with #A00CB9
Text Example
Text Example
White with #A00CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CB9; }
p { color: rgb(160,12,185); }
H1.HeaderClassName
{
color: #A00CB9;
}
.AnyTagClassName
{
color: #A00CB9;
}
</style>
background-color css
<style>
a { background-color: #A00CB9; }
a { background-color: rgb(160,12,185); }
div.DivClassName
{
background-color: #A00CB9;
}
.BgClassName
{
background-color: #A00CB9;
}
</style>
border-color css
<style>
span { border-color: #A00CB9; }
span { border-color: rgb(160,12,185); }
td.TdClassName
{
border-color: #A00CB9;
}
.TagClassName
{
border-color: #A00CB9;
}
</style>