Shades of Violet Blue #AA39A2
Tints of Violet Blue #AA39A2
RGB
CMYK
RGB Variations
Color information
#AA39A2 (or 0xAA39A2) is known color: Violet Blue. HEX triplet: AA, 39 and A2. RGB value is (170,57,162). Sum of RGB (Red+Green+Blue) = 170+57+162=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA39A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA39A2 is #55C65D. Grayscale: #666666. Windows color (decimal): -5621342 or 10631594. OLE color: 10631594.
HSL color Cylindrical-coordinate representation of color #AA39A2: hue angle of 304.25º 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 #AA39A2 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 162 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.33 |
| HSL | 304.25º | 0.5% | 0.45% | - |
| HSV(B) | 304.25º | 0.66% | 0.67% | - |
| XYZ | 24.56 | 14.08 | 35.61 | - |
| YUV | 102.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 162 | 0 | 0.66 | 0.05 | 0.33 | 304.25 | 0.5 | 0.45 |
| Hex | AA | 39 | A2 | 0 | 42 | 5 | 21 | 130 | 32 | 2D |
| Octal | 252 | 71 | 242 | 0 | 102 | 5 | 41 | 460 | 62 | 55 |
| Binary | 10101010 | 111001 | 10100010 | 0 | 1000010 | 101 | 100001 | 100110000 | 110010 | 101101 |
Color Harmonies of #AA39A2
Complementary color
Monochromatic Colors of #AA39A2
Black with #AA39A2
Text Example
Text Example
White with #AA39A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA39A2; }
p { color: rgb(170,57,162); }
H1.HeaderClassName
{
color: #AA39A2;
}
.AnyTagClassName
{
color: #AA39A2;
}
</style>
background-color css
<style>
a { background-color: #AA39A2; }
a { background-color: rgb(170,57,162); }
div.DivClassName
{
background-color: #AA39A2;
}
.BgClassName
{
background-color: #AA39A2;
}
</style>
border-color css
<style>
span { border-color: #AA39A2; }
span { border-color: rgb(170,57,162); }
td.TdClassName
{
border-color: #AA39A2;
}
.TagClassName
{
border-color: #AA39A2;
}
</style>