Shades of Dark Violet #A80FB8
Tints of Dark Violet #A80FB8
RGB
CMYK
RGB Variations
Color information
#A80FB8 (or 0xA80FB8) is known color: Dark Violet. HEX triplet: A8, 0F and B8. RGB value is (168,15,184). Sum of RGB (Red+Green+Blue) = 168+15+184=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 184 (72.27% from 255 or 50.14% from 367); Max value from RGB is 184 - color contains mainly: blue. Hex color #A80FB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FB8 is #57F047. Grayscale: #4F4F4F. Windows color (decimal): -5763144 or 12062632. OLE color: 12062632.
HSL color Cylindrical-coordinate representation of color #A80FB8: hue angle of 294.32º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80FB8 is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 15 | 184 | - |
| CMYK | 0.09 | 0.92 | 0 | 0.28 |
| HSL | 294.32º | 0.85% | 0.39% | - |
| HSV(B) | 294.32º | 0.92% | 0.72% | - |
| XYZ | 24.97 | 12.13 | 46.37 | - |
| YUV | 80.01 | 186.69 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 184 | 0.09 | 0.92 | 0 | 0.28 | 294.32 | 0.85 | 0.39 |
| Hex | A8 | F | B8 | 9 | 5C | 0 | 1C | 126 | 55 | 27 |
| Octal | 250 | 17 | 270 | 11 | 134 | 0 | 34 | 446 | 125 | 47 |
| Binary | 10101000 | 1111 | 10111000 | 1001 | 1011100 | 0 | 11100 | 100100110 | 1010101 | 100111 |
Color Harmonies of #A80FB8
Complementary color
Monochromatic Colors of #A80FB8
Black with #A80FB8
Text Example
Text Example
White with #A80FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FB8; }
p { color: rgb(168,15,184); }
H1.HeaderClassName
{
color: #A80FB8;
}
.AnyTagClassName
{
color: #A80FB8;
}
</style>
background-color css
<style>
a { background-color: #A80FB8; }
a { background-color: rgb(168,15,184); }
div.DivClassName
{
background-color: #A80FB8;
}
.BgClassName
{
background-color: #A80FB8;
}
</style>
border-color css
<style>
span { border-color: #A80FB8; }
span { border-color: rgb(168,15,184); }
td.TdClassName
{
border-color: #A80FB8;
}
.TagClassName
{
border-color: #A80FB8;
}
</style>