Shades of Dark Violet #A009DF
Tints of Dark Violet #A009DF
RGB
CMYK
RGB Variations
Color information
#A009DF (or 0xA009DF) is known color: Dark Violet. HEX triplet: A0, 09 and DF. RGB value is (160,9,223). Sum of RGB (Red+Green+Blue) = 160+9+223=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #A009DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009DF is #5FF620. Grayscale: #4D4D4D. Windows color (decimal): -6288929 or 14616992. OLE color: 14616992.
HSL color Cylindrical-coordinate representation of color #A009DF: hue angle of 282.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A009DF is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 9 | 223 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.13 |
| HSL | 282.34º | 0.92% | 0.45% | - |
| HSV(B) | 282.34º | 0.96% | 0.87% | - |
| XYZ | 27.91 | 13 | 70.85 | - |
| YUV | 78.55 | 209.53 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 223 | 0.28 | 0.96 | 0 | 0.13 | 282.34 | 0.92 | 0.45 |
| Hex | A0 | 9 | DF | 1C | 60 | 0 | D | 11A | 5C | 2D |
| Octal | 240 | 11 | 337 | 34 | 140 | 0 | 15 | 432 | 134 | 55 |
| Binary | 10100000 | 1001 | 11011111 | 11100 | 1100000 | 0 | 1101 | 100011010 | 1011100 | 101101 |
Color Harmonies of #A009DF
Complementary color
Monochromatic Colors of #A009DF
Black with #A009DF
Text Example
Text Example
White with #A009DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A009DF; }
p { color: rgb(160,9,223); }
H1.HeaderClassName
{
color: #A009DF;
}
.AnyTagClassName
{
color: #A009DF;
}
</style>
background-color css
<style>
a { background-color: #A009DF; }
a { background-color: rgb(160,9,223); }
div.DivClassName
{
background-color: #A009DF;
}
.BgClassName
{
background-color: #A009DF;
}
</style>
border-color css
<style>
span { border-color: #A009DF; }
span { border-color: rgb(160,9,223); }
td.TdClassName
{
border-color: #A009DF;
}
.TagClassName
{
border-color: #A009DF;
}
</style>