Shades of Dark Violet #A20AD7
Tints of Dark Violet #A20AD7
RGB
CMYK
RGB Variations
Color information
#A20AD7 (or 0xA20AD7) is known color: Dark Violet. HEX triplet: A2, 0A and D7. RGB value is (162,10,215). Sum of RGB (Red+Green+Blue) = 162+10+215=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 215 (84.38% from 255 or 55.56% from 387); Max value from RGB is 215 - color contains mainly: blue. Hex color #A20AD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20AD7 is #5DF528. Grayscale: #4E4E4E. Windows color (decimal): -6157609 or 14092962. OLE color: 14092962.
HSL color Cylindrical-coordinate representation of color #A20AD7: hue angle of 284.49º degrees, saturation: 0.91, 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 #A20AD7 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 10 | 215 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.16 |
| HSL | 284.49º | 0.91% | 0.44% | - |
| HSV(B) | 284.49º | 0.95% | 0.84% | - |
| XYZ | 27.27 | 12.8 | 65.32 | - |
| YUV | 78.82 | 204.86 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 215 | 0.25 | 0.95 | 0 | 0.16 | 284.49 | 0.91 | 0.44 |
| Hex | A2 | A | D7 | 19 | 5F | 0 | 10 | 11C | 5B | 2C |
| Octal | 242 | 12 | 327 | 31 | 137 | 0 | 20 | 434 | 133 | 54 |
| Binary | 10100010 | 1010 | 11010111 | 11001 | 1011111 | 0 | 10000 | 100011100 | 1011011 | 101100 |
Color Harmonies of #A20AD7
Complementary color
Monochromatic Colors of #A20AD7
Black with #A20AD7
Text Example
Text Example
White with #A20AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20AD7; }
p { color: rgb(162,10,215); }
H1.HeaderClassName
{
color: #A20AD7;
}
.AnyTagClassName
{
color: #A20AD7;
}
</style>
background-color css
<style>
a { background-color: #A20AD7; }
a { background-color: rgb(162,10,215); }
div.DivClassName
{
background-color: #A20AD7;
}
.BgClassName
{
background-color: #A20AD7;
}
</style>
border-color css
<style>
span { border-color: #A20AD7; }
span { border-color: rgb(162,10,215); }
td.TdClassName
{
border-color: #A20AD7;
}
.TagClassName
{
border-color: #A20AD7;
}
</style>