Shades of Dark Violet #A70CDA
Tints of Dark Violet #A70CDA
RGB
CMYK
RGB Variations
Color information
#A70CDA (or 0xA70CDA) is known color: Dark Violet. HEX triplet: A7, 0C and DA. RGB value is (167,12,218). Sum of RGB (Red+Green+Blue) = 167+12+218=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 12 (5.08% from 255 or 3.02% from 397); Blue value is 218 (85.55% from 255 or 54.91% from 397); Max value from RGB is 218 - color contains mainly: blue. Hex color #A70CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CDA is #58F325. Grayscale: #515151. Windows color (decimal): -5829414 or 14290087. OLE color: 14290087.
HSL color Cylindrical-coordinate representation of color #A70CDA: hue angle of 285.15º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70CDA is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 12 | 218 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.15 |
| HSL | 285.15º | 0.9% | 0.45% | - |
| HSV(B) | 285.15º | 0.94% | 0.85% | - |
| XYZ | 28.72 | 13.54 | 67.43 | - |
| YUV | 81.83 | 204.85 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 218 | 0.23 | 0.94 | 0 | 0.15 | 285.15 | 0.9 | 0.45 |
| Hex | A7 | C | DA | 17 | 5E | 0 | F | 11D | 5A | 2D |
| Octal | 247 | 14 | 332 | 27 | 136 | 0 | 17 | 435 | 132 | 55 |
| Binary | 10100111 | 1100 | 11011010 | 10111 | 1011110 | 0 | 1111 | 100011101 | 1011010 | 101101 |
Color Harmonies of #A70CDA
Complementary color
Monochromatic Colors of #A70CDA
Black with #A70CDA
Text Example
Text Example
White with #A70CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CDA; }
p { color: rgb(167,12,218); }
H1.HeaderClassName
{
color: #A70CDA;
}
.AnyTagClassName
{
color: #A70CDA;
}
</style>
background-color css
<style>
a { background-color: #A70CDA; }
a { background-color: rgb(167,12,218); }
div.DivClassName
{
background-color: #A70CDA;
}
.BgClassName
{
background-color: #A70CDA;
}
</style>
border-color css
<style>
span { border-color: #A70CDA; }
span { border-color: rgb(167,12,218); }
td.TdClassName
{
border-color: #A70CDA;
}
.TagClassName
{
border-color: #A70CDA;
}
</style>