Shades of Dark Violet #A70FDC
Tints of Dark Violet #A70FDC
RGB
CMYK
RGB Variations
Color information
#A70FDC (or 0xA70FDC) is known color: Dark Violet. HEX triplet: A7, 0F and DC. RGB value is (167,15,220). Sum of RGB (Red+Green+Blue) = 167+15+220=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #A70FDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70FDC is #58F023. Grayscale: #535353. Windows color (decimal): -5828644 or 14421927. OLE color: 14421927.
HSL color Cylindrical-coordinate representation of color #A70FDC: hue angle of 284.49º 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 #A70FDC is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 15 | 220 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.14 |
| HSL | 284.49º | 0.87% | 0.46% | - |
| HSV(B) | 284.49º | 0.93% | 0.86% | - |
| XYZ | 29.03 | 13.72 | 68.83 | - |
| YUV | 83.82 | 204.86 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 15 | 220 | 0.24 | 0.93 | 0 | 0.14 | 284.49 | 0.87 | 0.46 |
| Hex | A7 | F | DC | 18 | 5D | 0 | E | 11C | 57 | 2E |
| Octal | 247 | 17 | 334 | 30 | 135 | 0 | 16 | 434 | 127 | 56 |
| Binary | 10100111 | 1111 | 11011100 | 11000 | 1011101 | 0 | 1110 | 100011100 | 1010111 | 101110 |
Color Harmonies of #A70FDC
Complementary color
Monochromatic Colors of #A70FDC
Black with #A70FDC
Text Example
Text Example
White with #A70FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70FDC; }
p { color: rgb(167,15,220); }
H1.HeaderClassName
{
color: #A70FDC;
}
.AnyTagClassName
{
color: #A70FDC;
}
</style>
background-color css
<style>
a { background-color: #A70FDC; }
a { background-color: rgb(167,15,220); }
div.DivClassName
{
background-color: #A70FDC;
}
.BgClassName
{
background-color: #A70FDC;
}
</style>
border-color css
<style>
span { border-color: #A70FDC; }
span { border-color: rgb(167,15,220); }
td.TdClassName
{
border-color: #A70FDC;
}
.TagClassName
{
border-color: #A70FDC;
}
</style>