Shades of Violet Blue #AA439A
Tints of Violet Blue #AA439A
RGB
CMYK
RGB Variations
Color information
#AA439A (or 0xAA439A) is known color: Violet Blue. HEX triplet: AA, 43 and 9A. RGB value is (170,67,154). Sum of RGB (Red+Green+Blue) = 170+67+154=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 170 - color contains mainly: red. Hex color #AA439A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA439A is #55BC65. Grayscale: #6B6B6B. Windows color (decimal): -5618790 or 10109866. OLE color: 10109866.
HSL color Cylindrical-coordinate representation of color #AA439A: hue angle of 309.32º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA439A is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 154 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.33 |
| HSL | 309.32º | 0.43% | 0.46% | - |
| HSV(B) | 309.32º | 0.61% | 0.67% | - |
| XYZ | 24.42 | 14.89 | 32.16 | - |
| YUV | 107.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 154 | 0 | 0.61 | 0.09 | 0.33 | 309.32 | 0.43 | 0.46 |
| Hex | AA | 43 | 9A | 0 | 3D | 9 | 21 | 135 | 2B | 2E |
| Octal | 252 | 103 | 232 | 0 | 75 | 11 | 41 | 465 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10011010 | 0 | 111101 | 1001 | 100001 | 100110101 | 101011 | 101110 |
Color Harmonies of #AA439A
Complementary color
Monochromatic Colors of #AA439A
Black with #AA439A
Text Example
Text Example
White with #AA439A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA439A; }
p { color: rgb(170,67,154); }
H1.HeaderClassName
{
color: #AA439A;
}
.AnyTagClassName
{
color: #AA439A;
}
</style>
background-color css
<style>
a { background-color: #AA439A; }
a { background-color: rgb(170,67,154); }
div.DivClassName
{
background-color: #AA439A;
}
.BgClassName
{
background-color: #AA439A;
}
</style>
border-color css
<style>
span { border-color: #AA439A; }
span { border-color: rgb(170,67,154); }
td.TdClassName
{
border-color: #AA439A;
}
.TagClassName
{
border-color: #AA439A;
}
</style>