Shades of Blue Violet #AA25EF
Tints of Blue Violet #AA25EF
RGB
CMYK
RGB Variations
Color information
#AA25EF (or 0xAA25EF) is known color: Blue Violet. HEX triplet: AA, 25 and EF. RGB value is (170,37,239). Sum of RGB (Red+Green+Blue) = 170+37+239=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA25EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA25EF is #55DA10. Grayscale: #636363. Windows color (decimal): -5626385 or 15672746. OLE color: 15672746.
HSL color Cylindrical-coordinate representation of color #AA25EF: hue angle of 279.5º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA25EF is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 37 | 239 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.06 |
| HSL | 279.5º | 0.86% | 0.54% | - |
| HSV(B) | 279.5º | 0.85% | 0.94% | - |
| XYZ | 32.82 | 16.1 | 83.04 | - |
| YUV | 99.8 | 206.56 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 239 | 0.29 | 0.85 | 0 | 0.06 | 279.5 | 0.86 | 0.54 |
| Hex | AA | 25 | EF | 1D | 55 | 0 | 6 | 118 | 56 | 36 |
| Octal | 252 | 45 | 357 | 35 | 125 | 0 | 6 | 430 | 126 | 66 |
| Binary | 10101010 | 100101 | 11101111 | 11101 | 1010101 | 0 | 110 | 100011000 | 1010110 | 110110 |
Color Harmonies of #AA25EF
Complementary color
Monochromatic Colors of #AA25EF
Black with #AA25EF
Text Example
Text Example
White with #AA25EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA25EF; }
p { color: rgb(170,37,239); }
H1.HeaderClassName
{
color: #AA25EF;
}
.AnyTagClassName
{
color: #AA25EF;
}
</style>
background-color css
<style>
a { background-color: #AA25EF; }
a { background-color: rgb(170,37,239); }
div.DivClassName
{
background-color: #AA25EF;
}
.BgClassName
{
background-color: #AA25EF;
}
</style>
border-color css
<style>
span { border-color: #AA25EF; }
span { border-color: rgb(170,37,239); }
td.TdClassName
{
border-color: #AA25EF;
}
.TagClassName
{
border-color: #AA25EF;
}
</style>