Shades of Dark Violet #A809DD
Tints of Dark Violet #A809DD
RGB
CMYK
RGB Variations
Color information
#A809DD (or 0xA809DD) is known color: Dark Violet. HEX triplet: A8, 09 and DD. RGB value is (168,9,221). Sum of RGB (Red+Green+Blue) = 168+9+221=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #A809DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A809DD is #57F622. Grayscale: #505050. Windows color (decimal): -5764643 or 14485928. OLE color: 14485928.
HSL color Cylindrical-coordinate representation of color #A809DD: hue angle of 285º 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 #A809DD is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 9 | 221 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.13 |
| HSL | 285º | 0.92% | 0.45% | - |
| HSV(B) | 285º | 0.96% | 0.87% | - |
| XYZ | 29.3 | 13.74 | 69.51 | - |
| YUV | 80.71 | 207.18 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 9 | 221 | 0.24 | 0.96 | 0 | 0.13 | 285 | 0.92 | 0.45 |
| Hex | A8 | 9 | DD | 18 | 60 | 0 | D | 11D | 5C | 2D |
| Octal | 250 | 11 | 335 | 30 | 140 | 0 | 15 | 435 | 134 | 55 |
| Binary | 10101000 | 1001 | 11011101 | 11000 | 1100000 | 0 | 1101 | 100011101 | 1011100 | 101101 |
Color Harmonies of #A809DD
Complementary color
Monochromatic Colors of #A809DD
Black with #A809DD
Text Example
Text Example
White with #A809DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A809DD; }
p { color: rgb(168,9,221); }
H1.HeaderClassName
{
color: #A809DD;
}
.AnyTagClassName
{
color: #A809DD;
}
</style>
background-color css
<style>
a { background-color: #A809DD; }
a { background-color: rgb(168,9,221); }
div.DivClassName
{
background-color: #A809DD;
}
.BgClassName
{
background-color: #A809DD;
}
</style>
border-color css
<style>
span { border-color: #A809DD; }
span { border-color: rgb(168,9,221); }
td.TdClassName
{
border-color: #A809DD;
}
.TagClassName
{
border-color: #A809DD;
}
</style>