Shades of Dark Violet #A009CF
Tints of Dark Violet #A009CF
RGB
CMYK
RGB Variations
Color information
#A009CF (or 0xA009CF) is known color: Dark Violet. HEX triplet: A0, 09 and CF. RGB value is (160,9,207). Sum of RGB (Red+Green+Blue) = 160+9+207=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #A009CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009CF is #5FF630. Grayscale: #4C4C4C. Windows color (decimal): -6288945 or 13568416. OLE color: 13568416.
HSL color Cylindrical-coordinate representation of color #A009CF: hue angle of 285.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A009CF is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 9 | 207 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.19 |
| HSL | 285.76º | 0.92% | 0.42% | - |
| HSV(B) | 285.76º | 0.96% | 0.81% | - |
| XYZ | 25.86 | 12.17 | 60.02 | - |
| YUV | 76.72 | 201.53 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 207 | 0.23 | 0.96 | 0 | 0.19 | 285.76 | 0.92 | 0.42 |
| Hex | A0 | 9 | CF | 17 | 60 | 0 | 13 | 11E | 5C | 2A |
| Octal | 240 | 11 | 317 | 27 | 140 | 0 | 23 | 436 | 134 | 52 |
| Binary | 10100000 | 1001 | 11001111 | 10111 | 1100000 | 0 | 10011 | 100011110 | 1011100 | 101010 |
Color Harmonies of #A009CF
Complementary color
Monochromatic Colors of #A009CF
Black with #A009CF
Text Example
Text Example
White with #A009CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A009CF; }
p { color: rgb(160,9,207); }
H1.HeaderClassName
{
color: #A009CF;
}
.AnyTagClassName
{
color: #A009CF;
}
</style>
background-color css
<style>
a { background-color: #A009CF; }
a { background-color: rgb(160,9,207); }
div.DivClassName
{
background-color: #A009CF;
}
.BgClassName
{
background-color: #A009CF;
}
</style>
border-color css
<style>
span { border-color: #A009CF; }
span { border-color: rgb(160,9,207); }
td.TdClassName
{
border-color: #A009CF;
}
.TagClassName
{
border-color: #A009CF;
}
</style>