Shades of Dark Violet #A20BDD
Tints of Dark Violet #A20BDD
RGB
CMYK
RGB Variations
Color information
#A20BDD (or 0xA20BDD) is known color: Dark Violet. HEX triplet: A2, 0B and DD. RGB value is (162,11,221). Sum of RGB (Red+Green+Blue) = 162+11+221=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #A20BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BDD is #5DF422. Grayscale: #4F4F4F. Windows color (decimal): -6157347 or 14486434. OLE color: 14486434.
HSL color Cylindrical-coordinate representation of color #A20BDD: hue angle of 283.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20BDD is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 11 | 221 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.13 |
| HSL | 283.14º | 0.91% | 0.45% | - |
| HSV(B) | 283.14º | 0.95% | 0.87% | - |
| XYZ | 28.07 | 13.14 | 69.46 | - |
| YUV | 80.09 | 207.53 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 221 | 0.27 | 0.95 | 0 | 0.13 | 283.14 | 0.91 | 0.45 |
| Hex | A2 | B | DD | 1B | 5F | 0 | D | 11B | 5B | 2D |
| Octal | 242 | 13 | 335 | 33 | 137 | 0 | 15 | 433 | 133 | 55 |
| Binary | 10100010 | 1011 | 11011101 | 11011 | 1011111 | 0 | 1101 | 100011011 | 1011011 | 101101 |
Color Harmonies of #A20BDD
Complementary color
Monochromatic Colors of #A20BDD
Black with #A20BDD
Text Example
Text Example
White with #A20BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BDD; }
p { color: rgb(162,11,221); }
H1.HeaderClassName
{
color: #A20BDD;
}
.AnyTagClassName
{
color: #A20BDD;
}
</style>
background-color css
<style>
a { background-color: #A20BDD; }
a { background-color: rgb(162,11,221); }
div.DivClassName
{
background-color: #A20BDD;
}
.BgClassName
{
background-color: #A20BDD;
}
</style>
border-color css
<style>
span { border-color: #A20BDD; }
span { border-color: rgb(162,11,221); }
td.TdClassName
{
border-color: #A20BDD;
}
.TagClassName
{
border-color: #A20BDD;
}
</style>