Shades of Dark Violet #A009D6
Tints of Dark Violet #A009D6
RGB
CMYK
RGB Variations
Color information
#A009D6 (or 0xA009D6) is known color: Dark Violet. HEX triplet: A0, 09 and D6. RGB value is (160,9,214). Sum of RGB (Red+Green+Blue) = 160+9+214=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #A009D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009D6 is #5FF629. Grayscale: #4C4C4C. Windows color (decimal): -6288938 or 14027168. OLE color: 14027168.
HSL color Cylindrical-coordinate representation of color #A009D6: hue angle of 284.2º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A009D6 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 9 | 214 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.16 |
| HSL | 284.2º | 0.92% | 0.44% | - |
| HSV(B) | 284.2º | 0.96% | 0.84% | - |
| XYZ | 26.73 | 12.52 | 64.63 | - |
| YUV | 77.52 | 205.03 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 9 | 214 | 0.25 | 0.96 | 0 | 0.16 | 284.2 | 0.92 | 0.44 |
| Hex | A0 | 9 | D6 | 19 | 60 | 0 | 10 | 11C | 5C | 2C |
| Octal | 240 | 11 | 326 | 31 | 140 | 0 | 20 | 434 | 134 | 54 |
| Binary | 10100000 | 1001 | 11010110 | 11001 | 1100000 | 0 | 10000 | 100011100 | 1011100 | 101100 |
Color Harmonies of #A009D6
Complementary color
Monochromatic Colors of #A009D6
Black with #A009D6
Text Example
Text Example
White with #A009D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A009D6; }
p { color: rgb(160,9,214); }
H1.HeaderClassName
{
color: #A009D6;
}
.AnyTagClassName
{
color: #A009D6;
}
</style>
background-color css
<style>
a { background-color: #A009D6; }
a { background-color: rgb(160,9,214); }
div.DivClassName
{
background-color: #A009D6;
}
.BgClassName
{
background-color: #A009D6;
}
</style>
border-color css
<style>
span { border-color: #A009D6; }
span { border-color: rgb(160,9,214); }
td.TdClassName
{
border-color: #A009D6;
}
.TagClassName
{
border-color: #A009D6;
}
</style>