Shades of Dark Violet #A80BCC
Tints of Dark Violet #A80BCC
RGB
CMYK
RGB Variations
Color information
#A80BCC (or 0xA80BCC) is known color: Dark Violet. HEX triplet: A8, 0B and CC. RGB value is (168,11,204). Sum of RGB (Red+Green+Blue) = 168+11+204=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #A80BCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80BCC is #57F433. Grayscale: #4F4F4F. Windows color (decimal): -5764148 or 13372328. OLE color: 13372328.
HSL color Cylindrical-coordinate representation of color #A80BCC: hue angle of 288.81º 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 #A80BCC is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 11 | 204 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.2 |
| HSL | 288.81º | 0.9% | 0.42% | - |
| HSV(B) | 288.81º | 0.95% | 0.8% | - |
| XYZ | 27.17 | 12.92 | 58.19 | - |
| YUV | 79.95 | 198.01 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 11 | 204 | 0.18 | 0.95 | 0 | 0.2 | 288.81 | 0.9 | 0.42 |
| Hex | A8 | B | CC | 12 | 5F | 0 | 14 | 121 | 5A | 2A |
| Octal | 250 | 13 | 314 | 22 | 137 | 0 | 24 | 441 | 132 | 52 |
| Binary | 10101000 | 1011 | 11001100 | 10010 | 1011111 | 0 | 10100 | 100100001 | 1011010 | 101010 |
Color Harmonies of #A80BCC
Complementary color
Monochromatic Colors of #A80BCC
Black with #A80BCC
Text Example
Text Example
White with #A80BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80BCC; }
p { color: rgb(168,11,204); }
H1.HeaderClassName
{
color: #A80BCC;
}
.AnyTagClassName
{
color: #A80BCC;
}
</style>
background-color css
<style>
a { background-color: #A80BCC; }
a { background-color: rgb(168,11,204); }
div.DivClassName
{
background-color: #A80BCC;
}
.BgClassName
{
background-color: #A80BCC;
}
</style>
border-color css
<style>
span { border-color: #A80BCC; }
span { border-color: rgb(168,11,204); }
td.TdClassName
{
border-color: #A80BCC;
}
.TagClassName
{
border-color: #A80BCC;
}
</style>