Shades of Dark Violet #A80FCB
Tints of Dark Violet #A80FCB
RGB
CMYK
RGB Variations
Color information
#A80FCB (or 0xA80FCB) is known color: Dark Violet. HEX triplet: A8, 0F and CB. RGB value is (168,15,203). Sum of RGB (Red+Green+Blue) = 168+15+203=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 15 (6.25% from 255 or 3.89% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #A80FCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80FCB is #57F034. Grayscale: #515151. Windows color (decimal): -5763125 or 13307816. OLE color: 13307816.
HSL color Cylindrical-coordinate representation of color #A80FCB: hue angle of 288.83º 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 #A80FCB is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 15 | 203 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.20 |
| HSL | 288.83º | 0.86% | 0.43% | - |
| HSV(B) | 288.83º | 0.93% | 0.8% | - |
| XYZ | 27.1 | 12.98 | 57.58 | - |
| YUV | 82.18 | 196.19 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 203 | 0.17 | 0.93 | 0 | 0.20 | 288.83 | 0.86 | 0.43 |
| Hex | A8 | F | CB | 11 | 5D | 0 | 14 | 121 | 56 | 2B |
| Octal | 250 | 17 | 313 | 21 | 135 | 0 | 24 | 441 | 126 | 53 |
| Binary | 10101000 | 1111 | 11001011 | 10001 | 1011101 | 0 | 10100 | 100100001 | 1010110 | 101011 |
Color Harmonies of #A80FCB
Complementary color
Monochromatic Colors of #A80FCB
Black with #A80FCB
Text Example
Text Example
White with #A80FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80FCB; }
p { color: rgb(168,15,203); }
H1.HeaderClassName
{
color: #A80FCB;
}
.AnyTagClassName
{
color: #A80FCB;
}
</style>
background-color css
<style>
a { background-color: #A80FCB; }
a { background-color: rgb(168,15,203); }
div.DivClassName
{
background-color: #A80FCB;
}
.BgClassName
{
background-color: #A80FCB;
}
</style>
border-color css
<style>
span { border-color: #A80FCB; }
span { border-color: rgb(168,15,203); }
td.TdClassName
{
border-color: #A80FCB;
}
.TagClassName
{
border-color: #A80FCB;
}
</style>