Shades of Violet Blue #AA39A1
Tints of Violet Blue #AA39A1
RGB
CMYK
RGB Variations
Color information
#AA39A1 (or 0xAA39A1) is known color: Violet Blue. HEX triplet: AA, 39 and A1. RGB value is (170,57,161). Sum of RGB (Red+Green+Blue) = 170+57+161=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA39A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA39A1 is #55C65E. Grayscale: #666666. Windows color (decimal): -5621343 or 10566058. OLE color: 10566058.
HSL color Cylindrical-coordinate representation of color #AA39A1: hue angle of 304.78º 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 #AA39A1 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 161 | - |
| CMYK | 0 | 0.66 | 0.05 | 0.33 |
| HSL | 304.78º | 0.5% | 0.45% | - |
| HSV(B) | 304.78º | 0.66% | 0.67% | - |
| XYZ | 24.47 | 14.05 | 35.14 | - |
| YUV | 102.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 161 | 0 | 0.66 | 0.05 | 0.33 | 304.78 | 0.5 | 0.45 |
| Hex | AA | 39 | A1 | 0 | 42 | 5 | 21 | 131 | 32 | 2D |
| Octal | 252 | 71 | 241 | 0 | 102 | 5 | 41 | 461 | 62 | 55 |
| Binary | 10101010 | 111001 | 10100001 | 0 | 1000010 | 101 | 100001 | 100110001 | 110010 | 101101 |
Color Harmonies of #AA39A1
Complementary color
Monochromatic Colors of #AA39A1
Black with #AA39A1
Text Example
Text Example
White with #AA39A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA39A1; }
p { color: rgb(170,57,161); }
H1.HeaderClassName
{
color: #AA39A1;
}
.AnyTagClassName
{
color: #AA39A1;
}
</style>
background-color css
<style>
a { background-color: #AA39A1; }
a { background-color: rgb(170,57,161); }
div.DivClassName
{
background-color: #AA39A1;
}
.BgClassName
{
background-color: #AA39A1;
}
</style>
border-color css
<style>
span { border-color: #AA39A1; }
span { border-color: rgb(170,57,161); }
td.TdClassName
{
border-color: #AA39A1;
}
.TagClassName
{
border-color: #AA39A1;
}
</style>