Shades of Dark Violet #A70CB8
Tints of Dark Violet #A70CB8
RGB
CMYK
RGB Variations
Color information
#A70CB8 (or 0xA70CB8) is known color: Dark Violet. HEX triplet: A7, 0C and B8. RGB value is (167,12,184). Sum of RGB (Red+Green+Blue) = 167+12+184=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #A70CB8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70CB8 is #58F347. Grayscale: #4D4D4D. Windows color (decimal): -5829448 or 12061863. OLE color: 12061863.
HSL color Cylindrical-coordinate representation of color #A70CB8: hue angle of 294.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70CB8 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 12 | 184 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.28 |
| HSL | 294.07º | 0.88% | 0.38% | - |
| HSV(B) | 294.07º | 0.93% | 0.72% | - |
| XYZ | 24.72 | 11.94 | 46.35 | - |
| YUV | 77.95 | 187.85 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 12 | 184 | 0.09 | 0.93 | 0 | 0.28 | 294.07 | 0.88 | 0.38 |
| Hex | A7 | C | B8 | 9 | 5D | 0 | 1C | 126 | 58 | 26 |
| Octal | 247 | 14 | 270 | 11 | 135 | 0 | 34 | 446 | 130 | 46 |
| Binary | 10100111 | 1100 | 10111000 | 1001 | 1011101 | 0 | 11100 | 100100110 | 1011000 | 100110 |
Color Harmonies of #A70CB8
Complementary color
Monochromatic Colors of #A70CB8
Black with #A70CB8
Text Example
Text Example
White with #A70CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70CB8; }
p { color: rgb(167,12,184); }
H1.HeaderClassName
{
color: #A70CB8;
}
.AnyTagClassName
{
color: #A70CB8;
}
</style>
background-color css
<style>
a { background-color: #A70CB8; }
a { background-color: rgb(167,12,184); }
div.DivClassName
{
background-color: #A70CB8;
}
.BgClassName
{
background-color: #A70CB8;
}
</style>
border-color css
<style>
span { border-color: #A70CB8; }
span { border-color: rgb(167,12,184); }
td.TdClassName
{
border-color: #A70CB8;
}
.TagClassName
{
border-color: #A70CB8;
}
</style>