Shades of Dark Violet #A70BEA
Tints of Dark Violet #A70BEA
RGB
CMYK
RGB Variations
Color information
#A70BEA (or 0xA70BEA) is known color: Dark Violet. HEX triplet: A7, 0B and EA. RGB value is (167,11,234). Sum of RGB (Red+Green+Blue) = 167+11+234=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 11 (4.69% from 255 or 2.67% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #A70BEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A70BEA is #58F415. Grayscale: #525252. Windows color (decimal): -5829654 or 15338407. OLE color: 15338407.
HSL color Cylindrical-coordinate representation of color #A70BEA: hue angle of 281.97º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70BEA is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 11 | 234 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.08 |
| HSL | 281.97º | 0.91% | 0.48% | - |
| HSV(B) | 281.97º | 0.95% | 0.92% | - |
| XYZ | 30.91 | 14.4 | 78.99 | - |
| YUV | 83.07 | 213.18 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 234 | 0.29 | 0.95 | 0 | 0.08 | 281.97 | 0.91 | 0.48 |
| Hex | A7 | B | EA | 1D | 5F | 0 | 8 | 11A | 5B | 30 |
| Octal | 247 | 13 | 352 | 35 | 137 | 0 | 10 | 432 | 133 | 60 |
| Binary | 10100111 | 1011 | 11101010 | 11101 | 1011111 | 0 | 1000 | 100011010 | 1011011 | 110000 |
Color Harmonies of #A70BEA
Complementary color
Monochromatic Colors of #A70BEA
Black with #A70BEA
Text Example
Text Example
White with #A70BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BEA; }
p { color: rgb(167,11,234); }
H1.HeaderClassName
{
color: #A70BEA;
}
.AnyTagClassName
{
color: #A70BEA;
}
</style>
background-color css
<style>
a { background-color: #A70BEA; }
a { background-color: rgb(167,11,234); }
div.DivClassName
{
background-color: #A70BEA;
}
.BgClassName
{
background-color: #A70BEA;
}
</style>
border-color css
<style>
span { border-color: #A70BEA; }
span { border-color: rgb(167,11,234); }
td.TdClassName
{
border-color: #A70BEA;
}
.TagClassName
{
border-color: #A70BEA;
}
</style>