Shades of Dark Violet #A70CDF
Tints of Dark Violet #A70CDF
RGB
CMYK
RGB Variations
Color information
#A70CDF (or 0xA70CDF) is known color: Dark Violet. HEX triplet: A7, 0C and DF. RGB value is (167,12,223). Sum of RGB (Red+Green+Blue) = 167+12+223=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 12 (5.08% from 255 or 2.99% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #A70CDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CDF is #58F320. Grayscale: #515151. Windows color (decimal): -5829409 or 14617767. OLE color: 14617767.
HSL color Cylindrical-coordinate representation of color #A70CDF: hue angle of 284.08º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70CDF is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 12 | 223 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.13 |
| HSL | 284.08º | 0.9% | 0.46% | - |
| HSV(B) | 284.08º | 0.95% | 0.87% | - |
| XYZ | 29.39 | 13.81 | 70.93 | - |
| YUV | 82.4 | 207.35 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 223 | 0.25 | 0.95 | 0 | 0.13 | 284.08 | 0.9 | 0.46 |
| Hex | A7 | C | DF | 19 | 5F | 0 | D | 11C | 5A | 2E |
| Octal | 247 | 14 | 337 | 31 | 137 | 0 | 15 | 434 | 132 | 56 |
| Binary | 10100111 | 1100 | 11011111 | 11001 | 1011111 | 0 | 1101 | 100011100 | 1011010 | 101110 |
Color Harmonies of #A70CDF
Complementary color
Monochromatic Colors of #A70CDF
Black with #A70CDF
Text Example
Text Example
White with #A70CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CDF; }
p { color: rgb(167,12,223); }
H1.HeaderClassName
{
color: #A70CDF;
}
.AnyTagClassName
{
color: #A70CDF;
}
</style>
background-color css
<style>
a { background-color: #A70CDF; }
a { background-color: rgb(167,12,223); }
div.DivClassName
{
background-color: #A70CDF;
}
.BgClassName
{
background-color: #A70CDF;
}
</style>
border-color css
<style>
span { border-color: #A70CDF; }
span { border-color: rgb(167,12,223); }
td.TdClassName
{
border-color: #A70CDF;
}
.TagClassName
{
border-color: #A70CDF;
}
</style>