Shades of Blue Violet #AA1FEF
Tints of Blue Violet #AA1FEF
RGB
CMYK
RGB Variations
Color information
#AA1FEF (or 0xAA1FEF) is known color: Blue Violet. HEX triplet: AA, 1F and EF. RGB value is (170,31,239). Sum of RGB (Red+Green+Blue) = 170+31+239=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA1FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1FEF is #55E010. Grayscale: #5F5F5F. Windows color (decimal): -5627921 or 15671210. OLE color: 15671210.
HSL color Cylindrical-coordinate representation of color #AA1FEF: hue angle of 280.1º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1FEF is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 31 | 239 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.06 |
| HSL | 280.1º | 0.87% | 0.53% | - |
| HSV(B) | 280.1º | 0.87% | 0.94% | - |
| XYZ | 32.65 | 15.76 | 82.98 | - |
| YUV | 96.27 | 208.55 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 239 | 0.29 | 0.87 | 0 | 0.06 | 280.1 | 0.87 | 0.53 |
| Hex | AA | 1F | EF | 1D | 57 | 0 | 6 | 118 | 57 | 35 |
| Octal | 252 | 37 | 357 | 35 | 127 | 0 | 6 | 430 | 127 | 65 |
| Binary | 10101010 | 11111 | 11101111 | 11101 | 1010111 | 0 | 110 | 100011000 | 1010111 | 110101 |
Color Harmonies of #AA1FEF
Complementary color
Monochromatic Colors of #AA1FEF
Black with #AA1FEF
Text Example
Text Example
White with #AA1FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1FEF; }
p { color: rgb(170,31,239); }
H1.HeaderClassName
{
color: #AA1FEF;
}
.AnyTagClassName
{
color: #AA1FEF;
}
</style>
background-color css
<style>
a { background-color: #AA1FEF; }
a { background-color: rgb(170,31,239); }
div.DivClassName
{
background-color: #AA1FEF;
}
.BgClassName
{
background-color: #AA1FEF;
}
</style>
border-color css
<style>
span { border-color: #AA1FEF; }
span { border-color: rgb(170,31,239); }
td.TdClassName
{
border-color: #AA1FEF;
}
.TagClassName
{
border-color: #AA1FEF;
}
</style>