Shades of Blue Violet #AA25FE
Tints of Blue Violet #AA25FE
RGB
CMYK
RGB Variations
Color information
#AA25FE (or 0xAA25FE) is known color: Blue Violet. HEX triplet: AA, 25 and FE. RGB value is (170,37,254). Sum of RGB (Red+Green+Blue) = 170+37+254=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA25FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA25FE is #55DA01. Grayscale: #646464. Windows color (decimal): -5626370 or 16655786. OLE color: 16655786.
HSL color Cylindrical-coordinate representation of color #AA25FE: hue angle of 276.77º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA25FE is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 37 | 254 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.00 |
| HSL | 276.77º | 0.99% | 0.57% | - |
| HSV(B) | 276.77º | 0.85% | 1% | - |
| XYZ | 35.13 | 17.02 | 95.2 | - |
| YUV | 101.51 | 214.06 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 37 | 254 | 0.33 | 0.85 | 0 | 0.00 | 276.77 | 0.99 | 0.57 |
| Hex | AA | 25 | FE | 21 | 55 | 0 | 0 | 115 | 63 | 39 |
| Octal | 252 | 45 | 376 | 41 | 125 | 0 | 0 | 425 | 143 | 71 |
| Binary | 10101010 | 100101 | 11111110 | 100001 | 1010101 | 0 | 0 | 100010101 | 1100011 | 111001 |
Color Harmonies of #AA25FE
Complementary color
Monochromatic Colors of #AA25FE
Black with #AA25FE
Text Example
Text Example
White with #AA25FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA25FE; }
p { color: rgb(170,37,254); }
H1.HeaderClassName
{
color: #AA25FE;
}
.AnyTagClassName
{
color: #AA25FE;
}
</style>
background-color css
<style>
a { background-color: #AA25FE; }
a { background-color: rgb(170,37,254); }
div.DivClassName
{
background-color: #AA25FE;
}
.BgClassName
{
background-color: #AA25FE;
}
</style>
border-color css
<style>
span { border-color: #AA25FE; }
span { border-color: rgb(170,37,254); }
td.TdClassName
{
border-color: #AA25FE;
}
.TagClassName
{
border-color: #AA25FE;
}
</style>