Shades of Dark Violet #A80FCF
Tints of Dark Violet #A80FCF
RGB
CMYK
RGB Variations
Color information
#A80FCF (or 0xA80FCF) is known color: Dark Violet. HEX triplet: A8, 0F and CF. RGB value is (168,15,207). Sum of RGB (Red+Green+Blue) = 168+15+207=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #A80FCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FCF is #57F030. Grayscale: #525252. Windows color (decimal): -5763121 or 13569960. OLE color: 13569960.
HSL color Cylindrical-coordinate representation of color #A80FCF: hue angle of 287.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80FCF is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 15 | 207 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.19 |
| HSL | 287.81º | 0.86% | 0.44% | - |
| HSV(B) | 287.81º | 0.93% | 0.81% | - |
| XYZ | 27.58 | 13.17 | 60.12 | - |
| YUV | 82.64 | 198.19 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 207 | 0.19 | 0.93 | 0 | 0.19 | 287.81 | 0.86 | 0.44 |
| Hex | A8 | F | CF | 13 | 5D | 0 | 13 | 120 | 56 | 2C |
| Octal | 250 | 17 | 317 | 23 | 135 | 0 | 23 | 440 | 126 | 54 |
| Binary | 10101000 | 1111 | 11001111 | 10011 | 1011101 | 0 | 10011 | 100100000 | 1010110 | 101100 |
Color Harmonies of #A80FCF
Complementary color
Monochromatic Colors of #A80FCF
Black with #A80FCF
Text Example
Text Example
White with #A80FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FCF; }
p { color: rgb(168,15,207); }
H1.HeaderClassName
{
color: #A80FCF;
}
.AnyTagClassName
{
color: #A80FCF;
}
</style>
background-color css
<style>
a { background-color: #A80FCF; }
a { background-color: rgb(168,15,207); }
div.DivClassName
{
background-color: #A80FCF;
}
.BgClassName
{
background-color: #A80FCF;
}
</style>
border-color css
<style>
span { border-color: #A80FCF; }
span { border-color: rgb(168,15,207); }
td.TdClassName
{
border-color: #A80FCF;
}
.TagClassName
{
border-color: #A80FCF;
}
</style>