Shades of Dark Violet #A70BE2
Tints of Dark Violet #A70BE2
RGB
CMYK
RGB Variations
Color information
#A70BE2 (or 0xA70BE2) is known color: Dark Violet. HEX triplet: A7, 0B and E2. RGB value is (167,11,226). Sum of RGB (Red+Green+Blue) = 167+11+226=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 226 (88.67% from 255 or 55.94% from 404); Max value from RGB is 226 - color contains mainly: blue. Hex color #A70BE2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A70BE2 is #58F41D. Grayscale: #515151. Windows color (decimal): -5829662 or 14814119. OLE color: 14814119.
HSL color Cylindrical-coordinate representation of color #A70BE2: hue angle of 283.53º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A70BE2 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 11 | 226 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.11 |
| HSL | 283.53º | 0.91% | 0.46% | - |
| HSV(B) | 283.53º | 0.95% | 0.89% | - |
| XYZ | 29.78 | 13.95 | 73.07 | - |
| YUV | 82.15 | 209.18 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 11 | 226 | 0.26 | 0.95 | 0 | 0.11 | 283.53 | 0.91 | 0.46 |
| Hex | A7 | B | E2 | 1A | 5F | 0 | B | 11C | 5B | 2E |
| Octal | 247 | 13 | 342 | 32 | 137 | 0 | 13 | 434 | 133 | 56 |
| Binary | 10100111 | 1011 | 11100010 | 11010 | 1011111 | 0 | 1011 | 100011100 | 1011011 | 101110 |
Color Harmonies of #A70BE2
Complementary color
Monochromatic Colors of #A70BE2
Black with #A70BE2
Text Example
Text Example
White with #A70BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70BE2; }
p { color: rgb(167,11,226); }
H1.HeaderClassName
{
color: #A70BE2;
}
.AnyTagClassName
{
color: #A70BE2;
}
</style>
background-color css
<style>
a { background-color: #A70BE2; }
a { background-color: rgb(167,11,226); }
div.DivClassName
{
background-color: #A70BE2;
}
.BgClassName
{
background-color: #A70BE2;
}
</style>
border-color css
<style>
span { border-color: #A70BE2; }
span { border-color: rgb(167,11,226); }
td.TdClassName
{
border-color: #A70BE2;
}
.TagClassName
{
border-color: #A70BE2;
}
</style>