Shades of Dark Violet #A80DBD
Tints of Dark Violet #A80DBD
RGB
CMYK
RGB Variations
Color information
#A80DBD (or 0xA80DBD) is known color: Dark Violet. HEX triplet: A8, 0D and BD. RGB value is (168,13,189). Sum of RGB (Red+Green+Blue) = 168+13+189=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #A80DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DBD is #57F242. Grayscale: #4E4E4E. Windows color (decimal): -5763651 or 12389800. OLE color: 12389800.
HSL color Cylindrical-coordinate representation of color #A80DBD: hue angle of 292.84º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80DBD is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 13 | 189 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.26 |
| HSL | 292.84º | 0.87% | 0.4% | - |
| HSV(B) | 292.84º | 0.93% | 0.74% | - |
| XYZ | 25.48 | 12.29 | 49.17 | - |
| YUV | 79.41 | 189.85 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 189 | 0.11 | 0.93 | 0 | 0.26 | 292.84 | 0.87 | 0.4 |
| Hex | A8 | D | BD | B | 5D | 0 | 1A | 125 | 57 | 28 |
| Octal | 250 | 15 | 275 | 13 | 135 | 0 | 32 | 445 | 127 | 50 |
| Binary | 10101000 | 1101 | 10111101 | 1011 | 1011101 | 0 | 11010 | 100100101 | 1010111 | 101000 |
Color Harmonies of #A80DBD
Complementary color
Monochromatic Colors of #A80DBD
Black with #A80DBD
Text Example
Text Example
White with #A80DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DBD; }
p { color: rgb(168,13,189); }
H1.HeaderClassName
{
color: #A80DBD;
}
.AnyTagClassName
{
color: #A80DBD;
}
</style>
background-color css
<style>
a { background-color: #A80DBD; }
a { background-color: rgb(168,13,189); }
div.DivClassName
{
background-color: #A80DBD;
}
.BgClassName
{
background-color: #A80DBD;
}
</style>
border-color css
<style>
span { border-color: #A80DBD; }
span { border-color: rgb(168,13,189); }
td.TdClassName
{
border-color: #A80DBD;
}
.TagClassName
{
border-color: #A80DBD;
}
</style>