Shades of Violet Blue #AA39A8
Tints of Violet Blue #AA39A8
RGB
CMYK
RGB Variations
Color information
#AA39A8 (or 0xAA39A8) is known color: Violet Blue. HEX triplet: AA, 39 and A8. RGB value is (170,57,168). Sum of RGB (Red+Green+Blue) = 170+57+168=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA39A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA39A8 is #55C657. Grayscale: #676767. Windows color (decimal): -5621336 or 11024810. OLE color: 11024810.
HSL color Cylindrical-coordinate representation of color #AA39A8: hue angle of 301.06º 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 #AA39A8 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 168 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.33 |
| HSL | 301.06º | 0.5% | 0.45% | - |
| HSV(B) | 301.06º | 0.66% | 0.67% | - |
| XYZ | 25.11 | 14.3 | 38.48 | - |
| YUV | 103.44 | 164.44 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 168 | 0 | 0.66 | 0.01 | 0.33 | 301.06 | 0.5 | 0.45 |
| Hex | AA | 39 | A8 | 0 | 42 | 1 | 21 | 12D | 32 | 2D |
| Octal | 252 | 71 | 250 | 0 | 102 | 1 | 41 | 455 | 62 | 55 |
| Binary | 10101010 | 111001 | 10101000 | 0 | 1000010 | 1 | 100001 | 100101101 | 110010 | 101101 |
Color Harmonies of #AA39A8
Complementary color
Monochromatic Colors of #AA39A8
Black with #AA39A8
Text Example
Text Example
White with #AA39A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA39A8; }
p { color: rgb(170,57,168); }
H1.HeaderClassName
{
color: #AA39A8;
}
.AnyTagClassName
{
color: #AA39A8;
}
</style>
background-color css
<style>
a { background-color: #AA39A8; }
a { background-color: rgb(170,57,168); }
div.DivClassName
{
background-color: #AA39A8;
}
.BgClassName
{
background-color: #AA39A8;
}
</style>
border-color css
<style>
span { border-color: #AA39A8; }
span { border-color: rgb(170,57,168); }
td.TdClassName
{
border-color: #AA39A8;
}
.TagClassName
{
border-color: #AA39A8;
}
</style>