Shades of Dark Violet #A70BCE
Tints of Dark Violet #A70BCE
RGB
CMYK
RGB Variations
Color information
#A70BCE (or 0xA70BCE) is known color: Dark Violet. HEX triplet: A7, 0B and CE. RGB value is (167,11,206). Sum of RGB (Red+Green+Blue) = 167+11+206=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #A70BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BCE is #58F431. Grayscale: #4F4F4F. Windows color (decimal): -5829682 or 13503399. OLE color: 13503399.
HSL color Cylindrical-coordinate representation of color #A70BCE: hue angle of 288º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70BCE is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 11 | 206 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.19 |
| HSL | 288º | 0.9% | 0.43% | - |
| HSV(B) | 288º | 0.95% | 0.81% | - |
| XYZ | 27.2 | 12.91 | 59.45 | - |
| YUV | 79.87 | 199.18 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 206 | 0.19 | 0.95 | 0 | 0.19 | 288 | 0.9 | 0.43 |
| Hex | A7 | B | CE | 13 | 5F | 0 | 13 | 120 | 5A | 2B |
| Octal | 247 | 13 | 316 | 23 | 137 | 0 | 23 | 440 | 132 | 53 |
| Binary | 10100111 | 1011 | 11001110 | 10011 | 1011111 | 0 | 10011 | 100100000 | 1011010 | 101011 |
Color Harmonies of #A70BCE
Complementary color
Monochromatic Colors of #A70BCE
Black with #A70BCE
Text Example
Text Example
White with #A70BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BCE; }
p { color: rgb(167,11,206); }
H1.HeaderClassName
{
color: #A70BCE;
}
.AnyTagClassName
{
color: #A70BCE;
}
</style>
background-color css
<style>
a { background-color: #A70BCE; }
a { background-color: rgb(167,11,206); }
div.DivClassName
{
background-color: #A70BCE;
}
.BgClassName
{
background-color: #A70BCE;
}
</style>
border-color css
<style>
span { border-color: #A70BCE; }
span { border-color: rgb(167,11,206); }
td.TdClassName
{
border-color: #A70BCE;
}
.TagClassName
{
border-color: #A70BCE;
}
</style>