Shades of Dark Violet #A209ED
Tints of Dark Violet #A209ED
RGB
CMYK
RGB Variations
Color information
#A209ED (or 0xA209ED) is known color: Dark Violet. HEX triplet: A2, 09 and ED. RGB value is (162,9,237). Sum of RGB (Red+Green+Blue) = 162+9+237=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #A209ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A209ED is #5DF612. Grayscale: #4F4F4F. Windows color (decimal): -6157843 or 15534498. OLE color: 15534498.
HSL color Cylindrical-coordinate representation of color #A209ED: hue angle of 280.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A209ED is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 9 | 237 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.07 |
| HSL | 280.26º | 0.93% | 0.48% | - |
| HSV(B) | 280.26º | 0.96% | 0.93% | - |
| XYZ | 30.28 | 13.99 | 81.23 | - |
| YUV | 80.74 | 216.19 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 9 | 237 | 0.32 | 0.96 | 0 | 0.07 | 280.26 | 0.93 | 0.48 |
| Hex | A2 | 9 | ED | 20 | 60 | 0 | 7 | 118 | 5D | 30 |
| Octal | 242 | 11 | 355 | 40 | 140 | 0 | 7 | 430 | 135 | 60 |
| Binary | 10100010 | 1001 | 11101101 | 100000 | 1100000 | 0 | 111 | 100011000 | 1011101 | 110000 |
Color Harmonies of #A209ED
Complementary color
Monochromatic Colors of #A209ED
Black with #A209ED
Text Example
Text Example
White with #A209ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A209ED; }
p { color: rgb(162,9,237); }
H1.HeaderClassName
{
color: #A209ED;
}
.AnyTagClassName
{
color: #A209ED;
}
</style>
background-color css
<style>
a { background-color: #A209ED; }
a { background-color: rgb(162,9,237); }
div.DivClassName
{
background-color: #A209ED;
}
.BgClassName
{
background-color: #A209ED;
}
</style>
border-color css
<style>
span { border-color: #A209ED; }
span { border-color: rgb(162,9,237); }
td.TdClassName
{
border-color: #A209ED;
}
.TagClassName
{
border-color: #A209ED;
}
</style>