Shades of Violet Blue #AA409C
Tints of Violet Blue #AA409C
RGB
CMYK
RGB Variations
Color information
#AA409C (or 0xAA409C) is known color: Violet Blue. HEX triplet: AA, 40 and 9C. RGB value is (170,64,156). Sum of RGB (Red+Green+Blue) = 170+64+156=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AA409C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA409C is #55BF63. Grayscale: #696969. Windows color (decimal): -5619556 or 10240170. OLE color: 10240170.
HSL color Cylindrical-coordinate representation of color #AA409C: hue angle of 307.92º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA409C is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 156 | - |
| CMYK | 0 | 0.62 | 0.08 | 0.33 |
| HSL | 307.92º | 0.45% | 0.46% | - |
| HSV(B) | 307.92º | 0.62% | 0.67% | - |
| XYZ | 24.41 | 14.61 | 32.99 | - |
| YUV | 106.18 | 156.12 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 156 | 0 | 0.62 | 0.08 | 0.33 | 307.92 | 0.45 | 0.46 |
| Hex | AA | 40 | 9C | 0 | 3E | 8 | 21 | 134 | 2D | 2E |
| Octal | 252 | 100 | 234 | 0 | 76 | 10 | 41 | 464 | 55 | 56 |
| Binary | 10101010 | 1000000 | 10011100 | 0 | 111110 | 1000 | 100001 | 100110100 | 101101 | 101110 |
Color Harmonies of #AA409C
Complementary color
Monochromatic Colors of #AA409C
Black with #AA409C
Text Example
Text Example
White with #AA409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA409C; }
p { color: rgb(170,64,156); }
H1.HeaderClassName
{
color: #AA409C;
}
.AnyTagClassName
{
color: #AA409C;
}
</style>
background-color css
<style>
a { background-color: #AA409C; }
a { background-color: rgb(170,64,156); }
div.DivClassName
{
background-color: #AA409C;
}
.BgClassName
{
background-color: #AA409C;
}
</style>
border-color css
<style>
span { border-color: #AA409C; }
span { border-color: rgb(170,64,156); }
td.TdClassName
{
border-color: #AA409C;
}
.TagClassName
{
border-color: #AA409C;
}
</style>