Shades of Dark Violet #A80CCF
Tints of Dark Violet #A80CCF
RGB
CMYK
RGB Variations
Color information
#A80CCF (or 0xA80CCF) is known color: Dark Violet. HEX triplet: A8, 0C and CF. RGB value is (168,12,207). Sum of RGB (Red+Green+Blue) = 168+12+207=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #A80CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A80CCF is #57F330. Grayscale: #505050. Windows color (decimal): -5763889 or 13569192. OLE color: 13569192.
HSL color Cylindrical-coordinate representation of color #A80CCF: hue angle of 288º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80CCF is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 12 | 207 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.19 |
| HSL | 288º | 0.89% | 0.43% | - |
| HSV(B) | 288º | 0.94% | 0.81% | - |
| XYZ | 27.54 | 13.09 | 60.11 | - |
| YUV | 80.87 | 199.18 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 12 | 207 | 0.19 | 0.94 | 0 | 0.19 | 288 | 0.89 | 0.43 |
| Hex | A8 | C | CF | 13 | 5E | 0 | 13 | 120 | 59 | 2B |
| Octal | 250 | 14 | 317 | 23 | 136 | 0 | 23 | 440 | 131 | 53 |
| Binary | 10101000 | 1100 | 11001111 | 10011 | 1011110 | 0 | 10011 | 100100000 | 1011001 | 101011 |
Color Harmonies of #A80CCF
Complementary color
Monochromatic Colors of #A80CCF
Black with #A80CCF
Text Example
Text Example
White with #A80CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80CCF; }
p { color: rgb(168,12,207); }
H1.HeaderClassName
{
color: #A80CCF;
}
.AnyTagClassName
{
color: #A80CCF;
}
</style>
background-color css
<style>
a { background-color: #A80CCF; }
a { background-color: rgb(168,12,207); }
div.DivClassName
{
background-color: #A80CCF;
}
.BgClassName
{
background-color: #A80CCF;
}
</style>
border-color css
<style>
span { border-color: #A80CCF; }
span { border-color: rgb(168,12,207); }
td.TdClassName
{
border-color: #A80CCF;
}
.TagClassName
{
border-color: #A80CCF;
}
</style>