Shades of Dark Violet #A80DBB
Tints of Dark Violet #A80DBB
RGB
CMYK
RGB Variations
Color information
#A80DBB (or 0xA80DBB) is known color: Dark Violet. HEX triplet: A8, 0D and BB. RGB value is (168,13,187). Sum of RGB (Red+Green+Blue) = 168+13+187=368 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.65% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #A80DBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DBB is #57F244. Grayscale: #4E4E4E. Windows color (decimal): -5763653 or 12258728. OLE color: 12258728.
HSL color Cylindrical-coordinate representation of color #A80DBB: hue angle of 293.45º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80DBB is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 13 | 187 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.27 |
| HSL | 293.45º | 0.87% | 0.39% | - |
| HSV(B) | 293.45º | 0.93% | 0.73% | - |
| XYZ | 25.26 | 12.2 | 48.04 | - |
| YUV | 79.18 | 188.85 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 187 | 0.10 | 0.93 | 0 | 0.27 | 293.45 | 0.87 | 0.39 |
| Hex | A8 | D | BB | A | 5D | 0 | 1B | 125 | 57 | 27 |
| Octal | 250 | 15 | 273 | 12 | 135 | 0 | 33 | 445 | 127 | 47 |
| Binary | 10101000 | 1101 | 10111011 | 1010 | 1011101 | 0 | 11011 | 100100101 | 1010111 | 100111 |
Color Harmonies of #A80DBB
Complementary color
Monochromatic Colors of #A80DBB
Black with #A80DBB
Text Example
Text Example
White with #A80DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DBB; }
p { color: rgb(168,13,187); }
H1.HeaderClassName
{
color: #A80DBB;
}
.AnyTagClassName
{
color: #A80DBB;
}
</style>
background-color css
<style>
a { background-color: #A80DBB; }
a { background-color: rgb(168,13,187); }
div.DivClassName
{
background-color: #A80DBB;
}
.BgClassName
{
background-color: #A80DBB;
}
</style>
border-color css
<style>
span { border-color: #A80DBB; }
span { border-color: rgb(168,13,187); }
td.TdClassName
{
border-color: #A80DBB;
}
.TagClassName
{
border-color: #A80DBB;
}
</style>