Shades of Dark Violet #A20BD7
Tints of Dark Violet #A20BD7
RGB
CMYK
RGB Variations
Color information
#A20BD7 (or 0xA20BD7) is known color: Dark Violet. HEX triplet: A2, 0B and D7. RGB value is (162,11,215). Sum of RGB (Red+Green+Blue) = 162+11+215=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 11 (4.69% from 255 or 2.84% from 388); Blue value is 215 (84.38% from 255 or 55.41% from 388); Max value from RGB is 215 - color contains mainly: blue. Hex color #A20BD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BD7 is #5DF428. Grayscale: #4E4E4E. Windows color (decimal): -6157353 or 14093218. OLE color: 14093218.
HSL color Cylindrical-coordinate representation of color #A20BD7: hue angle of 284.41º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20BD7 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 11 | 215 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.16 |
| HSL | 284.41º | 0.9% | 0.44% | - |
| HSV(B) | 284.41º | 0.95% | 0.84% | - |
| XYZ | 27.29 | 12.83 | 65.33 | - |
| YUV | 79.41 | 204.53 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 215 | 0.25 | 0.95 | 0 | 0.16 | 284.41 | 0.9 | 0.44 |
| Hex | A2 | B | D7 | 19 | 5F | 0 | 10 | 11C | 5A | 2C |
| Octal | 242 | 13 | 327 | 31 | 137 | 0 | 20 | 434 | 132 | 54 |
| Binary | 10100010 | 1011 | 11010111 | 11001 | 1011111 | 0 | 10000 | 100011100 | 1011010 | 101100 |
Color Harmonies of #A20BD7
Complementary color
Monochromatic Colors of #A20BD7
Black with #A20BD7
Text Example
Text Example
White with #A20BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BD7; }
p { color: rgb(162,11,215); }
H1.HeaderClassName
{
color: #A20BD7;
}
.AnyTagClassName
{
color: #A20BD7;
}
</style>
background-color css
<style>
a { background-color: #A20BD7; }
a { background-color: rgb(162,11,215); }
div.DivClassName
{
background-color: #A20BD7;
}
.BgClassName
{
background-color: #A20BD7;
}
</style>
border-color css
<style>
span { border-color: #A20BD7; }
span { border-color: rgb(162,11,215); }
td.TdClassName
{
border-color: #A20BD7;
}
.TagClassName
{
border-color: #A20BD7;
}
</style>