Shades of Dark Violet #A20FDD
Tints of Dark Violet #A20FDD
RGB
CMYK
RGB Variations
Color information
#A20FDD (or 0xA20FDD) is known color: Dark Violet. HEX triplet: A2, 0F and DD. RGB value is (162,15,221). Sum of RGB (Red+Green+Blue) = 162+15+221=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #A20FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A20FDD is #5DF022. Grayscale: #515151. Windows color (decimal): -6156323 or 14487458. OLE color: 14487458.
HSL color Cylindrical-coordinate representation of color #A20FDD: hue angle of 282.82º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20FDD is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 15 | 221 | - |
| CMYK | 0.27 | 0.93 | 0 | 0.13 |
| HSL | 282.82º | 0.87% | 0.46% | - |
| HSV(B) | 282.82º | 0.93% | 0.87% | - |
| XYZ | 28.12 | 13.24 | 69.48 | - |
| YUV | 82.44 | 206.2 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 15 | 221 | 0.27 | 0.93 | 0 | 0.13 | 282.82 | 0.87 | 0.46 |
| Hex | A2 | F | DD | 1B | 5D | 0 | D | 11B | 57 | 2E |
| Octal | 242 | 17 | 335 | 33 | 135 | 0 | 15 | 433 | 127 | 56 |
| Binary | 10100010 | 1111 | 11011101 | 11011 | 1011101 | 0 | 1101 | 100011011 | 1010111 | 101110 |
Color Harmonies of #A20FDD
Complementary color
Monochromatic Colors of #A20FDD
Black with #A20FDD
Text Example
Text Example
White with #A20FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20FDD; }
p { color: rgb(162,15,221); }
H1.HeaderClassName
{
color: #A20FDD;
}
.AnyTagClassName
{
color: #A20FDD;
}
</style>
background-color css
<style>
a { background-color: #A20FDD; }
a { background-color: rgb(162,15,221); }
div.DivClassName
{
background-color: #A20FDD;
}
.BgClassName
{
background-color: #A20FDD;
}
</style>
border-color css
<style>
span { border-color: #A20FDD; }
span { border-color: rgb(162,15,221); }
td.TdClassName
{
border-color: #A20FDD;
}
.TagClassName
{
border-color: #A20FDD;
}
</style>