Shades of Dark Violet #A20BDF
Tints of Dark Violet #A20BDF
RGB
CMYK
RGB Variations
Color information
#A20BDF (or 0xA20BDF) is known color: Dark Violet. HEX triplet: A2, 0B and DF. RGB value is (162,11,223). Sum of RGB (Red+Green+Blue) = 162+11+223=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #A20BDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20BDF is #5DF420. Grayscale: #4F4F4F. Windows color (decimal): -6157345 or 14617506. OLE color: 14617506.
HSL color Cylindrical-coordinate representation of color #A20BDF: hue angle of 282.74º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20BDF is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 11 | 223 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.13 |
| HSL | 282.74º | 0.91% | 0.46% | - |
| HSV(B) | 282.74º | 0.95% | 0.87% | - |
| XYZ | 28.34 | 13.25 | 70.88 | - |
| YUV | 80.32 | 208.53 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 223 | 0.27 | 0.95 | 0 | 0.13 | 282.74 | 0.91 | 0.46 |
| Hex | A2 | B | DF | 1B | 5F | 0 | D | 11B | 5B | 2E |
| Octal | 242 | 13 | 337 | 33 | 137 | 0 | 15 | 433 | 133 | 56 |
| Binary | 10100010 | 1011 | 11011111 | 11011 | 1011111 | 0 | 1101 | 100011011 | 1011011 | 101110 |
Color Harmonies of #A20BDF
Complementary color
Monochromatic Colors of #A20BDF
Black with #A20BDF
Text Example
Text Example
White with #A20BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20BDF; }
p { color: rgb(162,11,223); }
H1.HeaderClassName
{
color: #A20BDF;
}
.AnyTagClassName
{
color: #A20BDF;
}
</style>
background-color css
<style>
a { background-color: #A20BDF; }
a { background-color: rgb(162,11,223); }
div.DivClassName
{
background-color: #A20BDF;
}
.BgClassName
{
background-color: #A20BDF;
}
</style>
border-color css
<style>
span { border-color: #A20BDF; }
span { border-color: rgb(162,11,223); }
td.TdClassName
{
border-color: #A20BDF;
}
.TagClassName
{
border-color: #A20BDF;
}
</style>