Shades of Dark Violet #A80CDA
Tints of Dark Violet #A80CDA
RGB
CMYK
RGB Variations
Color information
#A80CDA (or 0xA80CDA) is known color: Dark Violet. HEX triplet: A8, 0C and DA. RGB value is (168,12,218). Sum of RGB (Red+Green+Blue) = 168+12+218=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 218 (85.55% from 255 or 54.77% from 398); Max value from RGB is 218 - color contains mainly: blue. Hex color #A80CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CDA is #57F325. Grayscale: #515151. Windows color (decimal): -5763878 or 14290088. OLE color: 14290088.
HSL color Cylindrical-coordinate representation of color #A80CDA: hue angle of 285.44º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CDA is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 12 | 218 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.15 |
| HSL | 285.44º | 0.9% | 0.45% | - |
| HSV(B) | 285.44º | 0.94% | 0.85% | - |
| XYZ | 28.93 | 13.65 | 67.44 | - |
| YUV | 82.13 | 204.68 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 218 | 0.23 | 0.94 | 0 | 0.15 | 285.44 | 0.9 | 0.45 |
| Hex | A8 | C | DA | 17 | 5E | 0 | F | 11D | 5A | 2D |
| Octal | 250 | 14 | 332 | 27 | 136 | 0 | 17 | 435 | 132 | 55 |
| Binary | 10101000 | 1100 | 11011010 | 10111 | 1011110 | 0 | 1111 | 100011101 | 1011010 | 101101 |
Color Harmonies of #A80CDA
Complementary color
Monochromatic Colors of #A80CDA
Black with #A80CDA
Text Example
Text Example
White with #A80CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CDA; }
p { color: rgb(168,12,218); }
H1.HeaderClassName
{
color: #A80CDA;
}
.AnyTagClassName
{
color: #A80CDA;
}
</style>
background-color css
<style>
a { background-color: #A80CDA; }
a { background-color: rgb(168,12,218); }
div.DivClassName
{
background-color: #A80CDA;
}
.BgClassName
{
background-color: #A80CDA;
}
</style>
border-color css
<style>
span { border-color: #A80CDA; }
span { border-color: rgb(168,12,218); }
td.TdClassName
{
border-color: #A80CDA;
}
.TagClassName
{
border-color: #A80CDA;
}
</style>