Shades of Blue Violet #AA39FF
Tints of Blue Violet #AA39FF
RGB
CMYK
RGB Variations
Color information
#AA39FF (or 0xAA39FF) is known color: Blue Violet. HEX triplet: AA, 39 and FF. RGB value is (170,57,255). Sum of RGB (Red+Green+Blue) = 170+57+255=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA39FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA39FF is #55C600. Grayscale: #707070. Windows color (decimal): -5621249 or 16726442. OLE color: 16726442.
HSL color Cylindrical-coordinate representation of color #AA39FF: hue angle of 274.24º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA39FF is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 57 | 255 | - |
| CMYK | 0.33 | 0.78 | 0 | 0 |
| HSL | 274.24º | 1% | 0.61% | - |
| HSV(B) | 274.24º | 0.78% | 1% | - |
| XYZ | 36.09 | 18.69 | 96.31 | - |
| YUV | 113.36 | 207.94 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 255 | 0.33 | 0.78 | 0 | 0 | 274.24 | 1 | 0.61 |
| Hex | AA | 39 | FF | 21 | 4E | 0 | 0 | 112 | 64 | 3D |
| Octal | 252 | 71 | 377 | 41 | 116 | 0 | 0 | 422 | 144 | 75 |
| Binary | 10101010 | 111001 | 11111111 | 100001 | 1001110 | 0 | 0 | 100010010 | 1100100 | 111101 |
Color Harmonies of #AA39FF
Complementary color
Monochromatic Colors of #AA39FF
Black with #AA39FF
Text Example
Text Example
White with #AA39FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA39FF; }
p { color: rgb(170,57,255); }
H1.HeaderClassName
{
color: #AA39FF;
}
.AnyTagClassName
{
color: #AA39FF;
}
</style>
background-color css
<style>
a { background-color: #AA39FF; }
a { background-color: rgb(170,57,255); }
div.DivClassName
{
background-color: #AA39FF;
}
.BgClassName
{
background-color: #AA39FF;
}
</style>
border-color css
<style>
span { border-color: #AA39FF; }
span { border-color: rgb(170,57,255); }
td.TdClassName
{
border-color: #AA39FF;
}
.TagClassName
{
border-color: #AA39FF;
}
</style>