Shades of Violet Blue #AA39A6
Tints of Violet Blue #AA39A6
RGB
CMYK
RGB Variations
Color information
#AA39A6 (or 0xAA39A6) is known color: Violet Blue. HEX triplet: AA, 39 and A6. RGB value is (170,57,166). Sum of RGB (Red+Green+Blue) = 170+57+166=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 57 (22.66% from 255 or 14.50% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA39A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA39A6 is #55C659. Grayscale: #666666. Windows color (decimal): -5621338 or 10893738. OLE color: 10893738.
HSL color Cylindrical-coordinate representation of color #AA39A6: hue angle of 302.12º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA39A6 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 166 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.33 |
| HSL | 302.12º | 0.5% | 0.45% | - |
| HSV(B) | 302.12º | 0.66% | 0.67% | - |
| XYZ | 24.92 | 14.23 | 37.51 | - |
| YUV | 103.21 | 163.44 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 166 | 0 | 0.66 | 0.02 | 0.33 | 302.12 | 0.5 | 0.45 |
| Hex | AA | 39 | A6 | 0 | 42 | 2 | 21 | 12E | 32 | 2D |
| Octal | 252 | 71 | 246 | 0 | 102 | 2 | 41 | 456 | 62 | 55 |
| Binary | 10101010 | 111001 | 10100110 | 0 | 1000010 | 10 | 100001 | 100101110 | 110010 | 101101 |
Color Harmonies of #AA39A6
Complementary color
Monochromatic Colors of #AA39A6
Black with #AA39A6
Text Example
Text Example
White with #AA39A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA39A6; }
p { color: rgb(170,57,166); }
H1.HeaderClassName
{
color: #AA39A6;
}
.AnyTagClassName
{
color: #AA39A6;
}
</style>
background-color css
<style>
a { background-color: #AA39A6; }
a { background-color: rgb(170,57,166); }
div.DivClassName
{
background-color: #AA39A6;
}
.BgClassName
{
background-color: #AA39A6;
}
</style>
border-color css
<style>
span { border-color: #AA39A6; }
span { border-color: rgb(170,57,166); }
td.TdClassName
{
border-color: #AA39A6;
}
.TagClassName
{
border-color: #AA39A6;
}
</style>