Shades of Dark Violet #A00FCC
Tints of Dark Violet #A00FCC
RGB
CMYK
RGB Variations
Color information
#A00FCC (or 0xA00FCC) is known color: Dark Violet. HEX triplet: A0, 0F and CC. RGB value is (160,15,204). Sum of RGB (Red+Green+Blue) = 160+15+204=379 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.22% from 379); Green value is 15 (6.25% from 255 or 3.96% from 379); Blue value is 204 (80.08% from 255 or 53.83% from 379); Max value from RGB is 204 - color contains mainly: blue. Hex color #A00FCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FCC is #5FF033. Grayscale: #4F4F4F. Windows color (decimal): -6287412 or 13373344. OLE color: 13373344.
HSL color Cylindrical-coordinate representation of color #A00FCC: hue angle of 286.03º 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 #A00FCC is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 15 | 204 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.2 |
| HSL | 286.03º | 0.86% | 0.43% | - |
| HSV(B) | 286.03º | 0.93% | 0.8% | - |
| XYZ | 25.57 | 12.17 | 58.13 | - |
| YUV | 79.9 | 198.04 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 204 | 0.22 | 0.93 | 0 | 0.2 | 286.03 | 0.86 | 0.43 |
| Hex | A0 | F | CC | 16 | 5D | 0 | 14 | 11E | 56 | 2B |
| Octal | 240 | 17 | 314 | 26 | 135 | 0 | 24 | 436 | 126 | 53 |
| Binary | 10100000 | 1111 | 11001100 | 10110 | 1011101 | 0 | 10100 | 100011110 | 1010110 | 101011 |
Color Harmonies of #A00FCC
Complementary color
Monochromatic Colors of #A00FCC
Black with #A00FCC
Text Example
Text Example
White with #A00FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FCC; }
p { color: rgb(160,15,204); }
H1.HeaderClassName
{
color: #A00FCC;
}
.AnyTagClassName
{
color: #A00FCC;
}
</style>
background-color css
<style>
a { background-color: #A00FCC; }
a { background-color: rgb(160,15,204); }
div.DivClassName
{
background-color: #A00FCC;
}
.BgClassName
{
background-color: #A00FCC;
}
</style>
border-color css
<style>
span { border-color: #A00FCC; }
span { border-color: rgb(160,15,204); }
td.TdClassName
{
border-color: #A00FCC;
}
.TagClassName
{
border-color: #A00FCC;
}
</style>