Shades of Blue Violet #AA39FE
Tints of Blue Violet #AA39FE
RGB
CMYK
RGB Variations
Color information
#AA39FE (or 0xAA39FE) is known color: Blue Violet. HEX triplet: AA, 39 and FE. RGB value is (170,57,254). Sum of RGB (Red+Green+Blue) = 170+57+254=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA39FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA39FE is #55C601. Grayscale: #707070. Windows color (decimal): -5621250 or 16660906. OLE color: 16660906.
HSL color Cylindrical-coordinate representation of color #AA39FE: hue angle of 274.42º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA39FE is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 57 | 254 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.00 |
| HSL | 274.42º | 0.99% | 0.61% | - |
| HSV(B) | 274.42º | 0.78% | 1% | - |
| XYZ | 35.93 | 18.63 | 95.47 | - |
| YUV | 113.25 | 207.44 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 254 | 0.33 | 0.78 | 0 | 0.00 | 274.42 | 0.99 | 0.61 |
| Hex | AA | 39 | FE | 21 | 4E | 0 | 0 | 112 | 63 | 3D |
| Octal | 252 | 71 | 376 | 41 | 116 | 0 | 0 | 422 | 143 | 75 |
| Binary | 10101010 | 111001 | 11111110 | 100001 | 1001110 | 0 | 0 | 100010010 | 1100011 | 111101 |
Color Harmonies of #AA39FE
Complementary color
Monochromatic Colors of #AA39FE
Black with #AA39FE
Text Example
Text Example
White with #AA39FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA39FE; }
p { color: rgb(170,57,254); }
H1.HeaderClassName
{
color: #AA39FE;
}
.AnyTagClassName
{
color: #AA39FE;
}
</style>
background-color css
<style>
a { background-color: #AA39FE; }
a { background-color: rgb(170,57,254); }
div.DivClassName
{
background-color: #AA39FE;
}
.BgClassName
{
background-color: #AA39FE;
}
</style>
border-color css
<style>
span { border-color: #AA39FE; }
span { border-color: rgb(170,57,254); }
td.TdClassName
{
border-color: #AA39FE;
}
.TagClassName
{
border-color: #AA39FE;
}
</style>