Shades of Violet Blue #AA439B
Tints of Violet Blue #AA439B
RGB
CMYK
RGB Variations
Color information
#AA439B (or 0xAA439B) is known color: Violet Blue. HEX triplet: AA, 43 and 9B. RGB value is (170,67,155). Sum of RGB (Red+Green+Blue) = 170+67+155=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AA439B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA439B is #55BC64. Grayscale: #6B6B6B. Windows color (decimal): -5618789 or 10175402. OLE color: 10175402.
HSL color Cylindrical-coordinate representation of color #AA439B: hue angle of 308.74º 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 #AA439B is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 155 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.33 |
| HSL | 308.74º | 0.43% | 0.46% | - |
| HSV(B) | 308.74º | 0.61% | 0.67% | - |
| XYZ | 24.5 | 14.93 | 32.6 | - |
| YUV | 107.83 | 154.62 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 155 | 0 | 0.61 | 0.09 | 0.33 | 308.74 | 0.43 | 0.46 |
| Hex | AA | 43 | 9B | 0 | 3D | 9 | 21 | 135 | 2B | 2E |
| Octal | 252 | 103 | 233 | 0 | 75 | 11 | 41 | 465 | 53 | 56 |
| Binary | 10101010 | 1000011 | 10011011 | 0 | 111101 | 1001 | 100001 | 100110101 | 101011 | 101110 |
Color Harmonies of #AA439B
Complementary color
Monochromatic Colors of #AA439B
Black with #AA439B
Text Example
Text Example
White with #AA439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA439B; }
p { color: rgb(170,67,155); }
H1.HeaderClassName
{
color: #AA439B;
}
.AnyTagClassName
{
color: #AA439B;
}
</style>
background-color css
<style>
a { background-color: #AA439B; }
a { background-color: rgb(170,67,155); }
div.DivClassName
{
background-color: #AA439B;
}
.BgClassName
{
background-color: #AA439B;
}
</style>
border-color css
<style>
span { border-color: #AA439B; }
span { border-color: rgb(170,67,155); }
td.TdClassName
{
border-color: #AA439B;
}
.TagClassName
{
border-color: #AA439B;
}
</style>