Shades of Dark Violet #A609E4
Tints of Dark Violet #A609E4
RGB
CMYK
RGB Variations
Color information
#A609E4 (or 0xA609E4) is known color: Dark Violet. HEX triplet: A6, 09 and E4. RGB value is (166,9,228). Sum of RGB (Red+Green+Blue) = 166+9+228=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 228 (89.45% from 255 or 56.58% from 403); Max value from RGB is 228 - color contains mainly: blue. Hex color #A609E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A609E4 is #59F61B. Grayscale: #505050. Windows color (decimal): -5895708 or 14944678. OLE color: 14944678.
HSL color Cylindrical-coordinate representation of color #A609E4: hue angle of 283.01º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A609E4 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 9 | 228 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.11 |
| HSL | 283.01º | 0.92% | 0.46% | - |
| HSV(B) | 283.01º | 0.96% | 0.89% | - |
| XYZ | 29.83 | 13.9 | 74.51 | - |
| YUV | 80.91 | 211.01 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 228 | 0.27 | 0.96 | 0 | 0.11 | 283.01 | 0.92 | 0.46 |
| Hex | A6 | 9 | E4 | 1B | 60 | 0 | B | 11B | 5C | 2E |
| Octal | 246 | 11 | 344 | 33 | 140 | 0 | 13 | 433 | 134 | 56 |
| Binary | 10100110 | 1001 | 11100100 | 11011 | 1100000 | 0 | 1011 | 100011011 | 1011100 | 101110 |
Color Harmonies of #A609E4
Complementary color
Monochromatic Colors of #A609E4
Black with #A609E4
Text Example
Text Example
White with #A609E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A609E4; }
p { color: rgb(166,9,228); }
H1.HeaderClassName
{
color: #A609E4;
}
.AnyTagClassName
{
color: #A609E4;
}
</style>
background-color css
<style>
a { background-color: #A609E4; }
a { background-color: rgb(166,9,228); }
div.DivClassName
{
background-color: #A609E4;
}
.BgClassName
{
background-color: #A609E4;
}
</style>
border-color css
<style>
span { border-color: #A609E4; }
span { border-color: rgb(166,9,228); }
td.TdClassName
{
border-color: #A609E4;
}
.TagClassName
{
border-color: #A609E4;
}
</style>