Shades of Dark Violet #A70BE6
Tints of Dark Violet #A70BE6
RGB
CMYK
RGB Variations
Color information
#A70BE6 (or 0xA70BE6) is known color: Dark Violet. HEX triplet: A7, 0B and E6. RGB value is (167,11,230). Sum of RGB (Red+Green+Blue) = 167+11+230=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 230 (90.23% from 255 or 56.37% from 408); Max value from RGB is 230 - color contains mainly: blue. Hex color #A70BE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70BE6 is #58F419. Grayscale: #515151. Windows color (decimal): -5829658 or 15076263. OLE color: 15076263.
HSL color Cylindrical-coordinate representation of color #A70BE6: hue angle of 282.74º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70BE6 is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 11 | 230 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.10 |
| HSL | 282.74º | 0.91% | 0.47% | - |
| HSV(B) | 282.74º | 0.95% | 0.9% | - |
| XYZ | 30.34 | 14.17 | 76 | - |
| YUV | 82.61 | 211.18 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 230 | 0.27 | 0.95 | 0 | 0.10 | 282.74 | 0.91 | 0.47 |
| Hex | A7 | B | E6 | 1B | 5F | 0 | A | 11B | 5B | 2F |
| Octal | 247 | 13 | 346 | 33 | 137 | 0 | 12 | 433 | 133 | 57 |
| Binary | 10100111 | 1011 | 11100110 | 11011 | 1011111 | 0 | 1010 | 100011011 | 1011011 | 101111 |
Color Harmonies of #A70BE6
Complementary color
Monochromatic Colors of #A70BE6
Black with #A70BE6
Text Example
Text Example
White with #A70BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BE6; }
p { color: rgb(167,11,230); }
H1.HeaderClassName
{
color: #A70BE6;
}
.AnyTagClassName
{
color: #A70BE6;
}
</style>
background-color css
<style>
a { background-color: #A70BE6; }
a { background-color: rgb(167,11,230); }
div.DivClassName
{
background-color: #A70BE6;
}
.BgClassName
{
background-color: #A70BE6;
}
</style>
border-color css
<style>
span { border-color: #A70BE6; }
span { border-color: rgb(167,11,230); }
td.TdClassName
{
border-color: #A70BE6;
}
.TagClassName
{
border-color: #A70BE6;
}
</style>