Shades of Dark Violet #A00CBB
Tints of Dark Violet #A00CBB
RGB
CMYK
RGB Variations
Color information
#A00CBB (or 0xA00CBB) is known color: Dark Violet. HEX triplet: A0, 0C and BB. RGB value is (160,12,187). Sum of RGB (Red+Green+Blue) = 160+12+187=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 12 (5.08% from 255 or 3.34% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #A00CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CBB is #5FF344. Grayscale: #4B4B4B. Windows color (decimal): -6288197 or 12258464. OLE color: 12258464.
HSL color Cylindrical-coordinate representation of color #A00CBB: hue angle of 290.74º 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 #A00CBB is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 12 | 187 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.27 |
| HSL | 290.74º | 0.88% | 0.39% | - |
| HSV(B) | 290.74º | 0.94% | 0.73% | - |
| XYZ | 23.6 | 11.32 | 47.96 | - |
| YUV | 76.2 | 190.53 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 12 | 187 | 0.14 | 0.94 | 0 | 0.27 | 290.74 | 0.88 | 0.39 |
| Hex | A0 | C | BB | E | 5E | 0 | 1B | 123 | 58 | 27 |
| Octal | 240 | 14 | 273 | 16 | 136 | 0 | 33 | 443 | 130 | 47 |
| Binary | 10100000 | 1100 | 10111011 | 1110 | 1011110 | 0 | 11011 | 100100011 | 1011000 | 100111 |
Color Harmonies of #A00CBB
Complementary color
Monochromatic Colors of #A00CBB
Black with #A00CBB
Text Example
Text Example
White with #A00CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00CBB; }
p { color: rgb(160,12,187); }
H1.HeaderClassName
{
color: #A00CBB;
}
.AnyTagClassName
{
color: #A00CBB;
}
</style>
background-color css
<style>
a { background-color: #A00CBB; }
a { background-color: rgb(160,12,187); }
div.DivClassName
{
background-color: #A00CBB;
}
.BgClassName
{
background-color: #A00CBB;
}
</style>
border-color css
<style>
span { border-color: #A00CBB; }
span { border-color: rgb(160,12,187); }
td.TdClassName
{
border-color: #A00CBB;
}
.TagClassName
{
border-color: #A00CBB;
}
</style>