Shades of Dark Violet #A209E7
Tints of Dark Violet #A209E7
RGB
CMYK
RGB Variations
Color information
#A209E7 (or 0xA209E7) is known color: Dark Violet. HEX triplet: A2, 09 and E7. RGB value is (162,9,231). Sum of RGB (Red+Green+Blue) = 162+9+231=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 231 (90.62% from 255 or 57.46% from 402); Max value from RGB is 231 - color contains mainly: blue. Hex color #A209E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A209E7 is #5DF618. Grayscale: #4F4F4F. Windows color (decimal): -6157849 or 15141282. OLE color: 15141282.
HSL color Cylindrical-coordinate representation of color #A209E7: hue angle of 281.35º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A209E7 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 9 | 231 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.09 |
| HSL | 281.35º | 0.93% | 0.47% | - |
| HSV(B) | 281.35º | 0.96% | 0.91% | - |
| XYZ | 29.42 | 13.65 | 76.68 | - |
| YUV | 80.06 | 213.19 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 231 | 0.30 | 0.96 | 0 | 0.09 | 281.35 | 0.93 | 0.47 |
| Hex | A2 | 9 | E7 | 1E | 60 | 0 | 9 | 119 | 5C | 2F |
| Octal | 242 | 11 | 347 | 36 | 140 | 0 | 11 | 431 | 134 | 57 |
| Binary | 10100010 | 1001 | 11100111 | 11110 | 1100000 | 0 | 1001 | 100011001 | 1011100 | 101111 |
Color Harmonies of #A209E7
Complementary color
Monochromatic Colors of #A209E7
Black with #A209E7
Text Example
Text Example
White with #A209E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A209E7; }
p { color: rgb(162,9,231); }
H1.HeaderClassName
{
color: #A209E7;
}
.AnyTagClassName
{
color: #A209E7;
}
</style>
background-color css
<style>
a { background-color: #A209E7; }
a { background-color: rgb(162,9,231); }
div.DivClassName
{
background-color: #A209E7;
}
.BgClassName
{
background-color: #A209E7;
}
</style>
border-color css
<style>
span { border-color: #A209E7; }
span { border-color: rgb(162,9,231); }
td.TdClassName
{
border-color: #A209E7;
}
.TagClassName
{
border-color: #A209E7;
}
</style>