Shades of Dark Violet #A009EE
Tints of Dark Violet #A009EE
RGB
CMYK
RGB Variations
Color information
#A009EE (or 0xA009EE) is known color: Dark Violet. HEX triplet: A0, 09 and EE. RGB value is (160,9,238). Sum of RGB (Red+Green+Blue) = 160+9+238=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #A009EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A009EE is #5FF611. Grayscale: #4F4F4F. Windows color (decimal): -6288914 or 15600032. OLE color: 15600032.
HSL color Cylindrical-coordinate representation of color #A009EE: hue angle of 279.56º 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 #A009EE is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 9 | 238 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.07 |
| HSL | 279.56º | 0.93% | 0.48% | - |
| HSV(B) | 279.56º | 0.96% | 0.93% | - |
| XYZ | 30.03 | 13.84 | 81.98 | - |
| YUV | 80.26 | 217.03 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 238 | 0.33 | 0.96 | 0 | 0.07 | 279.56 | 0.93 | 0.48 |
| Hex | A0 | 9 | EE | 21 | 60 | 0 | 7 | 118 | 5D | 30 |
| Octal | 240 | 11 | 356 | 41 | 140 | 0 | 7 | 430 | 135 | 60 |
| Binary | 10100000 | 1001 | 11101110 | 100001 | 1100000 | 0 | 111 | 100011000 | 1011101 | 110000 |
Color Harmonies of #A009EE
Complementary color
Monochromatic Colors of #A009EE
Black with #A009EE
Text Example
Text Example
White with #A009EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A009EE; }
p { color: rgb(160,9,238); }
H1.HeaderClassName
{
color: #A009EE;
}
.AnyTagClassName
{
color: #A009EE;
}
</style>
background-color css
<style>
a { background-color: #A009EE; }
a { background-color: rgb(160,9,238); }
div.DivClassName
{
background-color: #A009EE;
}
.BgClassName
{
background-color: #A009EE;
}
</style>
border-color css
<style>
span { border-color: #A009EE; }
span { border-color: rgb(160,9,238); }
td.TdClassName
{
border-color: #A009EE;
}
.TagClassName
{
border-color: #A009EE;
}
</style>