Shades of Dark Violet #A80CD2
Tints of Dark Violet #A80CD2
RGB
CMYK
RGB Variations
Color information
#A80CD2 (or 0xA80CD2) is known color: Dark Violet. HEX triplet: A8, 0C and D2. RGB value is (168,12,210). Sum of RGB (Red+Green+Blue) = 168+12+210=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 210 (82.42% from 255 or 53.85% from 390); Max value from RGB is 210 - color contains mainly: blue. Hex color #A80CD2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CD2 is #57F32D. Grayscale: #505050. Windows color (decimal): -5763886 or 13765800. OLE color: 13765800.
HSL color Cylindrical-coordinate representation of color #A80CD2: hue angle of 287.27º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CD2 is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 12 | 210 | - |
| CMYK | 0.2 | 0.94 | 0 | 0.18 |
| HSL | 287.27º | 0.89% | 0.44% | - |
| HSV(B) | 287.27º | 0.94% | 0.82% | - |
| XYZ | 27.91 | 13.24 | 62.06 | - |
| YUV | 81.22 | 200.68 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 210 | 0.2 | 0.94 | 0 | 0.18 | 287.27 | 0.89 | 0.44 |
| Hex | A8 | C | D2 | 14 | 5E | 0 | 12 | 11F | 59 | 2C |
| Octal | 250 | 14 | 322 | 24 | 136 | 0 | 22 | 437 | 131 | 54 |
| Binary | 10101000 | 1100 | 11010010 | 10100 | 1011110 | 0 | 10010 | 100011111 | 1011001 | 101100 |
Color Harmonies of #A80CD2
Complementary color
Monochromatic Colors of #A80CD2
Black with #A80CD2
Text Example
Text Example
White with #A80CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CD2; }
p { color: rgb(168,12,210); }
H1.HeaderClassName
{
color: #A80CD2;
}
.AnyTagClassName
{
color: #A80CD2;
}
</style>
background-color css
<style>
a { background-color: #A80CD2; }
a { background-color: rgb(168,12,210); }
div.DivClassName
{
background-color: #A80CD2;
}
.BgClassName
{
background-color: #A80CD2;
}
</style>
border-color css
<style>
span { border-color: #A80CD2; }
span { border-color: rgb(168,12,210); }
td.TdClassName
{
border-color: #A80CD2;
}
.TagClassName
{
border-color: #A80CD2;
}
</style>