Shades of Blue Violet #AA27FE
Tints of Blue Violet #AA27FE
RGB
CMYK
RGB Variations
Color information
#AA27FE (or 0xAA27FE) is known color: Blue Violet. HEX triplet: AA, 27 and FE. RGB value is (170,39,254). Sum of RGB (Red+Green+Blue) = 170+39+254=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 39 (15.62% from 255 or 8.42% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA27FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA27FE is #55D801. Grayscale: #656565. Windows color (decimal): -5625858 or 16656298. OLE color: 16656298.
HSL color Cylindrical-coordinate representation of color #AA27FE: hue angle of 276.56º 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 #AA27FE is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 39 | 254 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.00 |
| HSL | 276.56º | 0.99% | 0.57% | - |
| HSV(B) | 276.56º | 0.85% | 1% | - |
| XYZ | 35.19 | 17.15 | 95.22 | - |
| YUV | 102.68 | 213.4 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 39 | 254 | 0.33 | 0.85 | 0 | 0.00 | 276.56 | 0.99 | 0.57 |
| Hex | AA | 27 | FE | 21 | 55 | 0 | 0 | 115 | 63 | 39 |
| Octal | 252 | 47 | 376 | 41 | 125 | 0 | 0 | 425 | 143 | 71 |
| Binary | 10101010 | 100111 | 11111110 | 100001 | 1010101 | 0 | 0 | 100010101 | 1100011 | 111001 |
Color Harmonies of #AA27FE
Complementary color
Monochromatic Colors of #AA27FE
Black with #AA27FE
Text Example
Text Example
White with #AA27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA27FE; }
p { color: rgb(170,39,254); }
H1.HeaderClassName
{
color: #AA27FE;
}
.AnyTagClassName
{
color: #AA27FE;
}
</style>
background-color css
<style>
a { background-color: #AA27FE; }
a { background-color: rgb(170,39,254); }
div.DivClassName
{
background-color: #AA27FE;
}
.BgClassName
{
background-color: #AA27FE;
}
</style>
border-color css
<style>
span { border-color: #AA27FE; }
span { border-color: rgb(170,39,254); }
td.TdClassName
{
border-color: #AA27FE;
}
.TagClassName
{
border-color: #AA27FE;
}
</style>