Shades of Blue Violet #AA1FE9
Tints of Blue Violet #AA1FE9
RGB
CMYK
RGB Variations
Color information
#AA1FE9 (or 0xAA1FE9) is known color: Blue Violet. HEX triplet: AA, 1F and E9. RGB value is (170,31,233). Sum of RGB (Red+Green+Blue) = 170+31+233=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 233 (91.41% from 255 or 53.69% from 434); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA1FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1FE9 is #55E016. Grayscale: #5E5E5E. Windows color (decimal): -5627927 or 15277994. OLE color: 15277994.
HSL color Cylindrical-coordinate representation of color #AA1FE9: hue angle of 281.29º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1FE9 is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 31 | 233 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.09 |
| HSL | 281.29º | 0.82% | 0.52% | - |
| HSV(B) | 281.29º | 0.87% | 0.91% | - |
| XYZ | 31.78 | 15.41 | 78.39 | - |
| YUV | 95.59 | 205.55 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 233 | 0.27 | 0.87 | 0 | 0.09 | 281.29 | 0.82 | 0.52 |
| Hex | AA | 1F | E9 | 1B | 57 | 0 | 9 | 119 | 52 | 34 |
| Octal | 252 | 37 | 351 | 33 | 127 | 0 | 11 | 431 | 122 | 64 |
| Binary | 10101010 | 11111 | 11101001 | 11011 | 1010111 | 0 | 1001 | 100011001 | 1010010 | 110100 |
Color Harmonies of #AA1FE9
Complementary color
Monochromatic Colors of #AA1FE9
Black with #AA1FE9
Text Example
Text Example
White with #AA1FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1FE9; }
p { color: rgb(170,31,233); }
H1.HeaderClassName
{
color: #AA1FE9;
}
.AnyTagClassName
{
color: #AA1FE9;
}
</style>
background-color css
<style>
a { background-color: #AA1FE9; }
a { background-color: rgb(170,31,233); }
div.DivClassName
{
background-color: #AA1FE9;
}
.BgClassName
{
background-color: #AA1FE9;
}
</style>
border-color css
<style>
span { border-color: #AA1FE9; }
span { border-color: rgb(170,31,233); }
td.TdClassName
{
border-color: #AA1FE9;
}
.TagClassName
{
border-color: #AA1FE9;
}
</style>