Shades of Dark Violet #A209E5
Tints of Dark Violet #A209E5
RGB
CMYK
RGB Variations
Color information
#A209E5 (or 0xA209E5) is known color: Dark Violet. HEX triplet: A2, 09 and E5. RGB value is (162,9,229). Sum of RGB (Red+Green+Blue) = 162+9+229=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 229 (89.84% from 255 or 57.25% from 400); Max value from RGB is 229 - color contains mainly: blue. Hex color #A209E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209E5 is #5DF61A. Grayscale: #4F4F4F. Windows color (decimal): -6157851 or 15010210. OLE color: 15010210.
HSL color Cylindrical-coordinate representation of color #A209E5: hue angle of 281.73º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A209E5 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 9 | 229 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.10 |
| HSL | 281.73º | 0.92% | 0.47% | - |
| HSV(B) | 281.73º | 0.96% | 0.9% | - |
| XYZ | 29.14 | 13.53 | 75.21 | - |
| YUV | 79.83 | 212.19 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 229 | 0.29 | 0.96 | 0 | 0.10 | 281.73 | 0.92 | 0.47 |
| Hex | A2 | 9 | E5 | 1D | 60 | 0 | A | 11A | 5C | 2F |
| Octal | 242 | 11 | 345 | 35 | 140 | 0 | 12 | 432 | 134 | 57 |
| Binary | 10100010 | 1001 | 11100101 | 11101 | 1100000 | 0 | 1010 | 100011010 | 1011100 | 101111 |
Color Harmonies of #A209E5
Complementary color
Monochromatic Colors of #A209E5
Black with #A209E5
Text Example
Text Example
White with #A209E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A209E5; }
p { color: rgb(162,9,229); }
H1.HeaderClassName
{
color: #A209E5;
}
.AnyTagClassName
{
color: #A209E5;
}
</style>
background-color css
<style>
a { background-color: #A209E5; }
a { background-color: rgb(162,9,229); }
div.DivClassName
{
background-color: #A209E5;
}
.BgClassName
{
background-color: #A209E5;
}
</style>
border-color css
<style>
span { border-color: #A209E5; }
span { border-color: rgb(162,9,229); }
td.TdClassName
{
border-color: #A209E5;
}
.TagClassName
{
border-color: #A209E5;
}
</style>