Shades of Dark Violet #A00BCC
Tints of Dark Violet #A00BCC
RGB
CMYK
RGB Variations
Color information
#A00BCC (or 0xA00BCC) is known color: Dark Violet. HEX triplet: A0, 0B and CC. RGB value is (160,11,204). Sum of RGB (Red+Green+Blue) = 160+11+204=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #A00BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00BCC is #5FF433. Grayscale: #4C4C4C. Windows color (decimal): -6288436 or 13372320. OLE color: 13372320.
HSL color Cylindrical-coordinate representation of color #A00BCC: hue angle of 286.32º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00BCC is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 11 | 204 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.2 |
| HSL | 286.32º | 0.9% | 0.42% | - |
| HSV(B) | 286.32º | 0.95% | 0.8% | - |
| XYZ | 25.52 | 12.07 | 58.11 | - |
| YUV | 77.55 | 199.36 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 11 | 204 | 0.22 | 0.95 | 0 | 0.2 | 286.32 | 0.9 | 0.42 |
| Hex | A0 | B | CC | 16 | 5F | 0 | 14 | 11E | 5A | 2A |
| Octal | 240 | 13 | 314 | 26 | 137 | 0 | 24 | 436 | 132 | 52 |
| Binary | 10100000 | 1011 | 11001100 | 10110 | 1011111 | 0 | 10100 | 100011110 | 1011010 | 101010 |
Color Harmonies of #A00BCC
Complementary color
Monochromatic Colors of #A00BCC
Black with #A00BCC
Text Example
Text Example
White with #A00BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00BCC; }
p { color: rgb(160,11,204); }
H1.HeaderClassName
{
color: #A00BCC;
}
.AnyTagClassName
{
color: #A00BCC;
}
</style>
background-color css
<style>
a { background-color: #A00BCC; }
a { background-color: rgb(160,11,204); }
div.DivClassName
{
background-color: #A00BCC;
}
.BgClassName
{
background-color: #A00BCC;
}
</style>
border-color css
<style>
span { border-color: #A00BCC; }
span { border-color: rgb(160,11,204); }
td.TdClassName
{
border-color: #A00BCC;
}
.TagClassName
{
border-color: #A00BCC;
}
</style>