Shades of Dark Violet #A70CBE
Tints of Dark Violet #A70CBE
RGB
CMYK
RGB Variations
Color information
#A70CBE (or 0xA70CBE) is known color: Dark Violet. HEX triplet: A7, 0C and BE. RGB value is (167,12,190). Sum of RGB (Red+Green+Blue) = 167+12+190=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #A70CBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CBE is #58F341. Grayscale: #4E4E4E. Windows color (decimal): -5829442 or 12455079. OLE color: 12455079.
HSL color Cylindrical-coordinate representation of color #A70CBE: hue angle of 292.25º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70CBE is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 12 | 190 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.25 |
| HSL | 292.25º | 0.88% | 0.4% | - |
| HSV(B) | 292.25º | 0.94% | 0.75% | - |
| XYZ | 25.36 | 12.2 | 49.73 | - |
| YUV | 78.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 190 | 0.12 | 0.94 | 0 | 0.25 | 292.25 | 0.88 | 0.4 |
| Hex | A7 | C | BE | C | 5E | 0 | 19 | 124 | 58 | 28 |
| Octal | 247 | 14 | 276 | 14 | 136 | 0 | 31 | 444 | 130 | 50 |
| Binary | 10100111 | 1100 | 10111110 | 1100 | 1011110 | 0 | 11001 | 100100100 | 1011000 | 101000 |
Color Harmonies of #A70CBE
Complementary color
Monochromatic Colors of #A70CBE
Black with #A70CBE
Text Example
Text Example
White with #A70CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CBE; }
p { color: rgb(167,12,190); }
H1.HeaderClassName
{
color: #A70CBE;
}
.AnyTagClassName
{
color: #A70CBE;
}
</style>
background-color css
<style>
a { background-color: #A70CBE; }
a { background-color: rgb(167,12,190); }
div.DivClassName
{
background-color: #A70CBE;
}
.BgClassName
{
background-color: #A70CBE;
}
</style>
border-color css
<style>
span { border-color: #A70CBE; }
span { border-color: rgb(167,12,190); }
td.TdClassName
{
border-color: #A70CBE;
}
.TagClassName
{
border-color: #A70CBE;
}
</style>