Shades of Dark Violet #A209DD
Tints of Dark Violet #A209DD
RGB
CMYK
RGB Variations
Color information
#A209DD (or 0xA209DD) is known color: Dark Violet. HEX triplet: A2, 09 and DD. RGB value is (162,9,221). Sum of RGB (Red+Green+Blue) = 162+9+221=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #A209DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209DD is #5DF622. Grayscale: #4E4E4E. Windows color (decimal): -6157859 or 14485922. OLE color: 14485922.
HSL color Cylindrical-coordinate representation of color #A209DD: hue angle of 283.3º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A209DD is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 9 | 221 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.13 |
| HSL | 283.3º | 0.92% | 0.45% | - |
| HSV(B) | 283.3º | 0.96% | 0.87% | - |
| XYZ | 28.05 | 13.1 | 69.46 | - |
| YUV | 78.92 | 208.19 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 221 | 0.27 | 0.96 | 0 | 0.13 | 283.3 | 0.92 | 0.45 |
| Hex | A2 | 9 | DD | 1B | 60 | 0 | D | 11B | 5C | 2D |
| Octal | 242 | 11 | 335 | 33 | 140 | 0 | 15 | 433 | 134 | 55 |
| Binary | 10100010 | 1001 | 11011101 | 11011 | 1100000 | 0 | 1101 | 100011011 | 1011100 | 101101 |
Color Harmonies of #A209DD
Complementary color
Monochromatic Colors of #A209DD
Black with #A209DD
Text Example
Text Example
White with #A209DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A209DD; }
p { color: rgb(162,9,221); }
H1.HeaderClassName
{
color: #A209DD;
}
.AnyTagClassName
{
color: #A209DD;
}
</style>
background-color css
<style>
a { background-color: #A209DD; }
a { background-color: rgb(162,9,221); }
div.DivClassName
{
background-color: #A209DD;
}
.BgClassName
{
background-color: #A209DD;
}
</style>
border-color css
<style>
span { border-color: #A209DD; }
span { border-color: rgb(162,9,221); }
td.TdClassName
{
border-color: #A209DD;
}
.TagClassName
{
border-color: #A209DD;
}
</style>