Shades of Dark Violet #A609E5
Tints of Dark Violet #A609E5
RGB
CMYK
RGB Variations
Color information
#A609E5 (or 0xA609E5) is known color: Dark Violet. HEX triplet: A6, 09 and E5. RGB value is (166,9,229). Sum of RGB (Red+Green+Blue) = 166+9+229=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #A609E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609E5 is #59F61A. Grayscale: #505050. Windows color (decimal): -5895707 or 15010214. OLE color: 15010214.
HSL color Cylindrical-coordinate representation of color #A609E5: hue angle of 282.82º 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 #A609E5 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 9 | 229 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.10 |
| HSL | 282.82º | 0.92% | 0.47% | - |
| HSV(B) | 282.82º | 0.96% | 0.9% | - |
| XYZ | 29.97 | 13.96 | 75.24 | - |
| YUV | 81.02 | 211.51 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 229 | 0.28 | 0.96 | 0 | 0.10 | 282.82 | 0.92 | 0.47 |
| Hex | A6 | 9 | E5 | 1C | 60 | 0 | A | 11B | 5C | 2F |
| Octal | 246 | 11 | 345 | 34 | 140 | 0 | 12 | 433 | 134 | 57 |
| Binary | 10100110 | 1001 | 11100101 | 11100 | 1100000 | 0 | 1010 | 100011011 | 1011100 | 101111 |
Color Harmonies of #A609E5
Complementary color
Monochromatic Colors of #A609E5
Black with #A609E5
Text Example
Text Example
White with #A609E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609E5; }
p { color: rgb(166,9,229); }
H1.HeaderClassName
{
color: #A609E5;
}
.AnyTagClassName
{
color: #A609E5;
}
</style>
background-color css
<style>
a { background-color: #A609E5; }
a { background-color: rgb(166,9,229); }
div.DivClassName
{
background-color: #A609E5;
}
.BgClassName
{
background-color: #A609E5;
}
</style>
border-color css
<style>
span { border-color: #A609E5; }
span { border-color: rgb(166,9,229); }
td.TdClassName
{
border-color: #A609E5;
}
.TagClassName
{
border-color: #A609E5;
}
</style>