Shades of Dark Violet #A20BE7
Tints of Dark Violet #A20BE7
RGB
CMYK
RGB Variations
Color information
#A20BE7 (or 0xA20BE7) is known color: Dark Violet. HEX triplet: A2, 0B and E7. RGB value is (162,11,231). Sum of RGB (Red+Green+Blue) = 162+11+231=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #A20BE7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A20BE7 is #5DF418. Grayscale: #505050. Windows color (decimal): -6157337 or 15141794. OLE color: 15141794.
HSL color Cylindrical-coordinate representation of color #A20BE7: hue angle of 281.18º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20BE7 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 11 | 231 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.09 |
| HSL | 281.18º | 0.91% | 0.47% | - |
| HSV(B) | 281.18º | 0.95% | 0.91% | - |
| XYZ | 29.44 | 13.69 | 76.69 | - |
| YUV | 81.23 | 212.53 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 231 | 0.30 | 0.95 | 0 | 0.09 | 281.18 | 0.91 | 0.47 |
| Hex | A2 | B | E7 | 1E | 5F | 0 | 9 | 119 | 5B | 2F |
| Octal | 242 | 13 | 347 | 36 | 137 | 0 | 11 | 431 | 133 | 57 |
| Binary | 10100010 | 1011 | 11100111 | 11110 | 1011111 | 0 | 1001 | 100011001 | 1011011 | 101111 |
Color Harmonies of #A20BE7
Complementary color
Monochromatic Colors of #A20BE7
Black with #A20BE7
Text Example
Text Example
White with #A20BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BE7; }
p { color: rgb(162,11,231); }
H1.HeaderClassName
{
color: #A20BE7;
}
.AnyTagClassName
{
color: #A20BE7;
}
</style>
background-color css
<style>
a { background-color: #A20BE7; }
a { background-color: rgb(162,11,231); }
div.DivClassName
{
background-color: #A20BE7;
}
.BgClassName
{
background-color: #A20BE7;
}
</style>
border-color css
<style>
span { border-color: #A20BE7; }
span { border-color: rgb(162,11,231); }
td.TdClassName
{
border-color: #A20BE7;
}
.TagClassName
{
border-color: #A20BE7;
}
</style>