Shades of Dark Violet #A00FDC
Tints of Dark Violet #A00FDC
RGB
CMYK
RGB Variations
Color information
#A00FDC (or 0xA00FDC) is known color: Dark Violet. HEX triplet: A0, 0F and DC. RGB value is (160,15,220). Sum of RGB (Red+Green+Blue) = 160+15+220=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 15 (6.25% from 255 or 3.80% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #A00FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00FDC is #5FF023. Grayscale: #515151. Windows color (decimal): -6287396 or 14421920. OLE color: 14421920.
HSL color Cylindrical-coordinate representation of color #A00FDC: hue angle of 282.44º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A00FDC is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 15 | 220 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.14 |
| HSL | 282.44º | 0.87% | 0.46% | - |
| HSV(B) | 282.44º | 0.93% | 0.86% | - |
| XYZ | 27.59 | 12.98 | 68.76 | - |
| YUV | 81.73 | 206.04 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 15 | 220 | 0.27 | 0.93 | 0 | 0.14 | 282.44 | 0.87 | 0.46 |
| Hex | A0 | F | DC | 1B | 5D | 0 | E | 11A | 57 | 2E |
| Octal | 240 | 17 | 334 | 33 | 135 | 0 | 16 | 432 | 127 | 56 |
| Binary | 10100000 | 1111 | 11011100 | 11011 | 1011101 | 0 | 1110 | 100011010 | 1010111 | 101110 |
Color Harmonies of #A00FDC
Complementary color
Monochromatic Colors of #A00FDC
Black with #A00FDC
Text Example
Text Example
White with #A00FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00FDC; }
p { color: rgb(160,15,220); }
H1.HeaderClassName
{
color: #A00FDC;
}
.AnyTagClassName
{
color: #A00FDC;
}
</style>
background-color css
<style>
a { background-color: #A00FDC; }
a { background-color: rgb(160,15,220); }
div.DivClassName
{
background-color: #A00FDC;
}
.BgClassName
{
background-color: #A00FDC;
}
</style>
border-color css
<style>
span { border-color: #A00FDC; }
span { border-color: rgb(160,15,220); }
td.TdClassName
{
border-color: #A00FDC;
}
.TagClassName
{
border-color: #A00FDC;
}
</style>