Shades of Violet Blue #AA409A
Tints of Violet Blue #AA409A
RGB
CMYK
RGB Variations
Color information
#AA409A (or 0xAA409A) is known color: Violet Blue. HEX triplet: AA, 40 and 9A. RGB value is (170,64,154). Sum of RGB (Red+Green+Blue) = 170+64+154=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA409A is #55BF65. Grayscale: #696969. Windows color (decimal): -5619558 or 10109098. OLE color: 10109098.
HSL color Cylindrical-coordinate representation of color #AA409A: hue angle of 309.06º 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 #AA409A is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 64 | 154 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.33 |
| HSL | 309.06º | 0.45% | 0.46% | - |
| HSV(B) | 309.06º | 0.62% | 0.67% | - |
| XYZ | 24.24 | 14.55 | 32.1 | - |
| YUV | 105.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 154 | 0 | 0.62 | 0.09 | 0.33 | 309.06 | 0.45 | 0.46 |
| Hex | AA | 40 | 9A | 0 | 3E | 9 | 21 | 135 | 2D | 2E |
| Octal | 252 | 100 | 232 | 0 | 76 | 11 | 41 | 465 | 55 | 56 |
| Binary | 10101010 | 1000000 | 10011010 | 0 | 111110 | 1001 | 100001 | 100110101 | 101101 | 101110 |
Color Harmonies of #AA409A
Complementary color
Monochromatic Colors of #AA409A
Black with #AA409A
Text Example
Text Example
White with #AA409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA409A; }
p { color: rgb(170,64,154); }
H1.HeaderClassName
{
color: #AA409A;
}
.AnyTagClassName
{
color: #AA409A;
}
</style>
background-color css
<style>
a { background-color: #AA409A; }
a { background-color: rgb(170,64,154); }
div.DivClassName
{
background-color: #AA409A;
}
.BgClassName
{
background-color: #AA409A;
}
</style>
border-color css
<style>
span { border-color: #AA409A; }
span { border-color: rgb(170,64,154); }
td.TdClassName
{
border-color: #AA409A;
}
.TagClassName
{
border-color: #AA409A;
}
</style>