Shades of Dark Violet #AA09D3
Tints of Dark Violet #AA09D3
RGB
CMYK
RGB Variations
Color information
#AA09D3 (or 0xAA09D3) is known color: Dark Violet. HEX triplet: AA, 09 and D3. RGB value is (170,9,211). Sum of RGB (Red+Green+Blue) = 170+9+211=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA09D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09D3 is #55F62C. Grayscale: #4F4F4F. Windows color (decimal): -5633581 or 13830570. OLE color: 13830570.
HSL color Cylindrical-coordinate representation of color #AA09D3: hue angle of 287.82º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA09D3 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 9 | 211 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.17 |
| HSL | 287.82º | 0.92% | 0.43% | - |
| HSV(B) | 287.82º | 0.96% | 0.83% | - |
| XYZ | 28.43 | 13.44 | 62.72 | - |
| YUV | 80.17 | 201.84 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 211 | 0.19 | 0.96 | 0 | 0.17 | 287.82 | 0.92 | 0.43 |
| Hex | AA | 9 | D3 | 13 | 60 | 0 | 11 | 120 | 5C | 2B |
| Octal | 252 | 11 | 323 | 23 | 140 | 0 | 21 | 440 | 134 | 53 |
| Binary | 10101010 | 1001 | 11010011 | 10011 | 1100000 | 0 | 10001 | 100100000 | 1011100 | 101011 |
Color Harmonies of #AA09D3
Complementary color
Monochromatic Colors of #AA09D3
Black with #AA09D3
Text Example
Text Example
White with #AA09D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09D3; }
p { color: rgb(170,9,211); }
H1.HeaderClassName
{
color: #AA09D3;
}
.AnyTagClassName
{
color: #AA09D3;
}
</style>
background-color css
<style>
a { background-color: #AA09D3; }
a { background-color: rgb(170,9,211); }
div.DivClassName
{
background-color: #AA09D3;
}
.BgClassName
{
background-color: #AA09D3;
}
</style>
border-color css
<style>
span { border-color: #AA09D3; }
span { border-color: rgb(170,9,211); }
td.TdClassName
{
border-color: #AA09D3;
}
.TagClassName
{
border-color: #AA09D3;
}
</style>