Shades of Dark Violet #A70BCB
Tints of Dark Violet #A70BCB
RGB
CMYK
RGB Variations
Color information
#A70BCB (or 0xA70BCB) is known color: Dark Violet. HEX triplet: A7, 0B and CB. RGB value is (167,11,203). Sum of RGB (Red+Green+Blue) = 167+11+203=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #A70BCB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BCB is #58F434. Grayscale: #4E4E4E. Windows color (decimal): -5829685 or 13306791. OLE color: 13306791.
HSL color Cylindrical-coordinate representation of color #A70BCB: hue angle of 288.75º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70BCB is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 11 | 203 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.20 |
| HSL | 288.75º | 0.9% | 0.42% | - |
| HSV(B) | 288.75º | 0.95% | 0.8% | - |
| XYZ | 26.84 | 12.77 | 57.55 | - |
| YUV | 79.53 | 197.68 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 203 | 0.18 | 0.95 | 0 | 0.20 | 288.75 | 0.9 | 0.42 |
| Hex | A7 | B | CB | 12 | 5F | 0 | 14 | 121 | 5A | 2A |
| Octal | 247 | 13 | 313 | 22 | 137 | 0 | 24 | 441 | 132 | 52 |
| Binary | 10100111 | 1011 | 11001011 | 10010 | 1011111 | 0 | 10100 | 100100001 | 1011010 | 101010 |
Color Harmonies of #A70BCB
Complementary color
Monochromatic Colors of #A70BCB
Black with #A70BCB
Text Example
Text Example
White with #A70BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BCB; }
p { color: rgb(167,11,203); }
H1.HeaderClassName
{
color: #A70BCB;
}
.AnyTagClassName
{
color: #A70BCB;
}
</style>
background-color css
<style>
a { background-color: #A70BCB; }
a { background-color: rgb(167,11,203); }
div.DivClassName
{
background-color: #A70BCB;
}
.BgClassName
{
background-color: #A70BCB;
}
</style>
border-color css
<style>
span { border-color: #A70BCB; }
span { border-color: rgb(167,11,203); }
td.TdClassName
{
border-color: #A70BCB;
}
.TagClassName
{
border-color: #A70BCB;
}
</style>