Shades of Dark Violet #A80CD5
Tints of Dark Violet #A80CD5
RGB
CMYK
RGB Variations
Color information
#A80CD5 (or 0xA80CD5) is known color: Dark Violet. HEX triplet: A8, 0C and D5. RGB value is (168,12,213). Sum of RGB (Red+Green+Blue) = 168+12+213=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 213 (83.59% from 255 or 54.20% from 393); Max value from RGB is 213 - color contains mainly: blue. Hex color #A80CD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CD5 is #57F32A. Grayscale: #505050. Windows color (decimal): -5763883 or 13962408. OLE color: 13962408.
HSL color Cylindrical-coordinate representation of color #A80CD5: hue angle of 286.57º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CD5 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 12 | 213 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.16 |
| HSL | 286.57º | 0.89% | 0.44% | - |
| HSV(B) | 286.57º | 0.94% | 0.84% | - |
| XYZ | 28.29 | 13.39 | 64.04 | - |
| YUV | 81.56 | 202.18 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 213 | 0.21 | 0.94 | 0 | 0.16 | 286.57 | 0.89 | 0.44 |
| Hex | A8 | C | D5 | 15 | 5E | 0 | 10 | 11F | 59 | 2C |
| Octal | 250 | 14 | 325 | 25 | 136 | 0 | 20 | 437 | 131 | 54 |
| Binary | 10101000 | 1100 | 11010101 | 10101 | 1011110 | 0 | 10000 | 100011111 | 1011001 | 101100 |
Color Harmonies of #A80CD5
Complementary color
Monochromatic Colors of #A80CD5
Black with #A80CD5
Text Example
Text Example
White with #A80CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CD5; }
p { color: rgb(168,12,213); }
H1.HeaderClassName
{
color: #A80CD5;
}
.AnyTagClassName
{
color: #A80CD5;
}
</style>
background-color css
<style>
a { background-color: #A80CD5; }
a { background-color: rgb(168,12,213); }
div.DivClassName
{
background-color: #A80CD5;
}
.BgClassName
{
background-color: #A80CD5;
}
</style>
border-color css
<style>
span { border-color: #A80CD5; }
span { border-color: rgb(168,12,213); }
td.TdClassName
{
border-color: #A80CD5;
}
.TagClassName
{
border-color: #A80CD5;
}
</style>