Shades of Dark Violet #A80AC5
Tints of Dark Violet #A80AC5
RGB
CMYK
RGB Variations
Color information
#A80AC5 (or 0xA80AC5) is known color: Dark Violet. HEX triplet: A8, 0A and C5. RGB value is (168,10,197). Sum of RGB (Red+Green+Blue) = 168+10+197=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #A80AC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80AC5 is #57F53A. Grayscale: #4D4D4D. Windows color (decimal): -5764411 or 12913320. OLE color: 12913320.
HSL color Cylindrical-coordinate representation of color #A80AC5: hue angle of 290.7º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80AC5 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 10 | 197 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.23 |
| HSL | 290.7º | 0.9% | 0.41% | - |
| HSV(B) | 290.7º | 0.95% | 0.77% | - |
| XYZ | 26.34 | 12.57 | 53.86 | - |
| YUV | 78.56 | 194.85 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 197 | 0.15 | 0.95 | 0 | 0.23 | 290.7 | 0.9 | 0.41 |
| Hex | A8 | A | C5 | F | 5F | 0 | 17 | 123 | 5A | 29 |
| Octal | 250 | 12 | 305 | 17 | 137 | 0 | 27 | 443 | 132 | 51 |
| Binary | 10101000 | 1010 | 11000101 | 1111 | 1011111 | 0 | 10111 | 100100011 | 1011010 | 101001 |
Color Harmonies of #A80AC5
Complementary color
Monochromatic Colors of #A80AC5
Black with #A80AC5
Text Example
Text Example
White with #A80AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AC5; }
p { color: rgb(168,10,197); }
H1.HeaderClassName
{
color: #A80AC5;
}
.AnyTagClassName
{
color: #A80AC5;
}
</style>
background-color css
<style>
a { background-color: #A80AC5; }
a { background-color: rgb(168,10,197); }
div.DivClassName
{
background-color: #A80AC5;
}
.BgClassName
{
background-color: #A80AC5;
}
</style>
border-color css
<style>
span { border-color: #A80AC5; }
span { border-color: rgb(168,10,197); }
td.TdClassName
{
border-color: #A80AC5;
}
.TagClassName
{
border-color: #A80AC5;
}
</style>