Shades of Dark Violet #A80DD3
Tints of Dark Violet #A80DD3
RGB
CMYK
RGB Variations
Color information
#A80DD3 (or 0xA80DD3) is known color: Dark Violet. HEX triplet: A8, 0D and D3. RGB value is (168,13,211). Sum of RGB (Red+Green+Blue) = 168+13+211=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 211 (82.81% from 255 or 53.83% from 392); Max value from RGB is 211 - color contains mainly: blue. Hex color #A80DD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80DD3 is #57F22C. Grayscale: #515151. Windows color (decimal): -5763629 or 13831592. OLE color: 13831592.
HSL color Cylindrical-coordinate representation of color #A80DD3: hue angle of 286.97º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80DD3 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 13 | 211 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.17 |
| HSL | 286.97º | 0.88% | 0.44% | - |
| HSV(B) | 286.97º | 0.94% | 0.83% | - |
| XYZ | 28.05 | 13.32 | 62.72 | - |
| YUV | 81.92 | 200.85 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 13 | 211 | 0.20 | 0.94 | 0 | 0.17 | 286.97 | 0.88 | 0.44 |
| Hex | A8 | D | D3 | 14 | 5E | 0 | 11 | 11F | 58 | 2C |
| Octal | 250 | 15 | 323 | 24 | 136 | 0 | 21 | 437 | 130 | 54 |
| Binary | 10101000 | 1101 | 11010011 | 10100 | 1011110 | 0 | 10001 | 100011111 | 1011000 | 101100 |
Color Harmonies of #A80DD3
Complementary color
Monochromatic Colors of #A80DD3
Black with #A80DD3
Text Example
Text Example
White with #A80DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80DD3; }
p { color: rgb(168,13,211); }
H1.HeaderClassName
{
color: #A80DD3;
}
.AnyTagClassName
{
color: #A80DD3;
}
</style>
background-color css
<style>
a { background-color: #A80DD3; }
a { background-color: rgb(168,13,211); }
div.DivClassName
{
background-color: #A80DD3;
}
.BgClassName
{
background-color: #A80DD3;
}
</style>
border-color css
<style>
span { border-color: #A80DD3; }
span { border-color: rgb(168,13,211); }
td.TdClassName
{
border-color: #A80DD3;
}
.TagClassName
{
border-color: #A80DD3;
}
</style>