Shades of Dark Violet #A80AB8
Tints of Dark Violet #A80AB8
RGB
CMYK
RGB Variations
Color information
#A80AB8 (or 0xA80AB8) is known color: Dark Violet. HEX triplet: A8, 0A and B8. RGB value is (168,10,184). Sum of RGB (Red+Green+Blue) = 168+10+184=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #A80AB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80AB8 is #57F547. Grayscale: #4C4C4C. Windows color (decimal): -5764424 or 12061352. OLE color: 12061352.
HSL color Cylindrical-coordinate representation of color #A80AB8: hue angle of 294.48º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A80AB8 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 10 | 184 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.28 |
| HSL | 294.48º | 0.9% | 0.38% | - |
| HSV(B) | 294.48º | 0.95% | 0.72% | - |
| XYZ | 24.91 | 12 | 46.35 | - |
| YUV | 77.08 | 188.35 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 184 | 0.09 | 0.95 | 0 | 0.28 | 294.48 | 0.9 | 0.38 |
| Hex | A8 | A | B8 | 9 | 5F | 0 | 1C | 126 | 5A | 26 |
| Octal | 250 | 12 | 270 | 11 | 137 | 0 | 34 | 446 | 132 | 46 |
| Binary | 10101000 | 1010 | 10111000 | 1001 | 1011111 | 0 | 11100 | 100100110 | 1011010 | 100110 |
Color Harmonies of #A80AB8
Complementary color
Monochromatic Colors of #A80AB8
Black with #A80AB8
Text Example
Text Example
White with #A80AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80AB8; }
p { color: rgb(168,10,184); }
H1.HeaderClassName
{
color: #A80AB8;
}
.AnyTagClassName
{
color: #A80AB8;
}
</style>
background-color css
<style>
a { background-color: #A80AB8; }
a { background-color: rgb(168,10,184); }
div.DivClassName
{
background-color: #A80AB8;
}
.BgClassName
{
background-color: #A80AB8;
}
</style>
border-color css
<style>
span { border-color: #A80AB8; }
span { border-color: rgb(168,10,184); }
td.TdClassName
{
border-color: #A80AB8;
}
.TagClassName
{
border-color: #A80AB8;
}
</style>