Shades of Dark Violet #A80AD0
Tints of Dark Violet #A80AD0
RGB
CMYK
RGB Variations
Color information
#A80AD0 (or 0xA80AD0) is known color: Dark Violet. HEX triplet: A8, 0A and D0. RGB value is (168,10,208). Sum of RGB (Red+Green+Blue) = 168+10+208=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 10 (4.30% from 255 or 2.59% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #A80AD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80AD0 is #57F52F. Grayscale: #4F4F4F. Windows color (decimal): -5764400 or 13634216. OLE color: 13634216.
HSL color Cylindrical-coordinate representation of color #A80AD0: hue angle of 287.88º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80AD0 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 10 | 208 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.18 |
| HSL | 287.88º | 0.91% | 0.43% | - |
| HSV(B) | 287.88º | 0.95% | 0.82% | - |
| XYZ | 27.64 | 13.1 | 60.75 | - |
| YUV | 79.81 | 200.35 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 208 | 0.19 | 0.95 | 0 | 0.18 | 287.88 | 0.91 | 0.43 |
| Hex | A8 | A | D0 | 13 | 5F | 0 | 12 | 120 | 5B | 2B |
| Octal | 250 | 12 | 320 | 23 | 137 | 0 | 22 | 440 | 133 | 53 |
| Binary | 10101000 | 1010 | 11010000 | 10011 | 1011111 | 0 | 10010 | 100100000 | 1011011 | 101011 |
Color Harmonies of #A80AD0
Complementary color
Monochromatic Colors of #A80AD0
Black with #A80AD0
Text Example
Text Example
White with #A80AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AD0; }
p { color: rgb(168,10,208); }
H1.HeaderClassName
{
color: #A80AD0;
}
.AnyTagClassName
{
color: #A80AD0;
}
</style>
background-color css
<style>
a { background-color: #A80AD0; }
a { background-color: rgb(168,10,208); }
div.DivClassName
{
background-color: #A80AD0;
}
.BgClassName
{
background-color: #A80AD0;
}
</style>
border-color css
<style>
span { border-color: #A80AD0; }
span { border-color: rgb(168,10,208); }
td.TdClassName
{
border-color: #A80AD0;
}
.TagClassName
{
border-color: #A80AD0;
}
</style>