Shades of Dark Violet #A80FCC
Tints of Dark Violet #A80FCC
RGB
CMYK
RGB Variations
Color information
#A80FCC (or 0xA80FCC) is known color: Dark Violet. HEX triplet: A8, 0F and CC. RGB value is (168,15,204). Sum of RGB (Red+Green+Blue) = 168+15+204=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #A80FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FCC is #57F033. Grayscale: #515151. Windows color (decimal): -5763124 or 13373352. OLE color: 13373352.
HSL color Cylindrical-coordinate representation of color #A80FCC: hue angle of 288.57º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A80FCC is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 15 | 204 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.2 |
| HSL | 288.57º | 0.86% | 0.43% | - |
| HSV(B) | 288.57º | 0.93% | 0.8% | - |
| XYZ | 27.22 | 13.03 | 58.21 | - |
| YUV | 82.29 | 196.69 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 204 | 0.18 | 0.93 | 0 | 0.2 | 288.57 | 0.86 | 0.43 |
| Hex | A8 | F | CC | 12 | 5D | 0 | 14 | 121 | 56 | 2B |
| Octal | 250 | 17 | 314 | 22 | 135 | 0 | 24 | 441 | 126 | 53 |
| Binary | 10101000 | 1111 | 11001100 | 10010 | 1011101 | 0 | 10100 | 100100001 | 1010110 | 101011 |
Color Harmonies of #A80FCC
Complementary color
Monochromatic Colors of #A80FCC
Black with #A80FCC
Text Example
Text Example
White with #A80FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FCC; }
p { color: rgb(168,15,204); }
H1.HeaderClassName
{
color: #A80FCC;
}
.AnyTagClassName
{
color: #A80FCC;
}
</style>
background-color css
<style>
a { background-color: #A80FCC; }
a { background-color: rgb(168,15,204); }
div.DivClassName
{
background-color: #A80FCC;
}
.BgClassName
{
background-color: #A80FCC;
}
</style>
border-color css
<style>
span { border-color: #A80FCC; }
span { border-color: rgb(168,15,204); }
td.TdClassName
{
border-color: #A80FCC;
}
.TagClassName
{
border-color: #A80FCC;
}
</style>