Shades of Dark Violet #AA09B7
Tints of Dark Violet #AA09B7
RGB
CMYK
RGB Variations
Color information
#AA09B7 (or 0xAA09B7) is known color: Dark Violet. HEX triplet: AA, 09 and B7. RGB value is (170,9,183). Sum of RGB (Red+Green+Blue) = 170+9+183=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 183 (71.88% from 255 or 50.55% from 362); Max value from RGB is 183 - color contains mainly: blue. Hex color #AA09B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA09B7 is #55F648. Grayscale: #4C4C4C. Windows color (decimal): -5633609 or 11995562. OLE color: 11995562.
HSL color Cylindrical-coordinate representation of color #AA09B7: hue angle of 295.52º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA09B7 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 9 | 183 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.28 |
| HSL | 295.52º | 0.91% | 0.38% | - |
| HSV(B) | 295.52º | 0.95% | 0.72% | - |
| XYZ | 25.22 | 12.16 | 45.82 | - |
| YUV | 76.98 | 187.84 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 183 | 0.07 | 0.95 | 0 | 0.28 | 295.52 | 0.91 | 0.38 |
| Hex | AA | 9 | B7 | 7 | 5F | 0 | 1C | 128 | 5B | 26 |
| Octal | 252 | 11 | 267 | 7 | 137 | 0 | 34 | 450 | 133 | 46 |
| Binary | 10101010 | 1001 | 10110111 | 111 | 1011111 | 0 | 11100 | 100101000 | 1011011 | 100110 |
Color Harmonies of #AA09B7
Complementary color
Monochromatic Colors of #AA09B7
Black with #AA09B7
Text Example
Text Example
White with #AA09B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA09B7; }
p { color: rgb(170,9,183); }
H1.HeaderClassName
{
color: #AA09B7;
}
.AnyTagClassName
{
color: #AA09B7;
}
</style>
background-color css
<style>
a { background-color: #AA09B7; }
a { background-color: rgb(170,9,183); }
div.DivClassName
{
background-color: #AA09B7;
}
.BgClassName
{
background-color: #AA09B7;
}
</style>
border-color css
<style>
span { border-color: #AA09B7; }
span { border-color: rgb(170,9,183); }
td.TdClassName
{
border-color: #AA09B7;
}
.TagClassName
{
border-color: #AA09B7;
}
</style>