Shades of Blue Violet #AA2AFE
Tints of Blue Violet #AA2AFE
RGB
CMYK
RGB Variations
Color information
#AA2AFE (or 0xAA2AFE) is known color: Blue Violet. HEX triplet: AA, 2A and FE. RGB value is (170,42,254). Sum of RGB (Red+Green+Blue) = 170+42+254=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA2AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2AFE is #55D501. Grayscale: #676767. Windows color (decimal): -5625090 or 16657066. OLE color: 16657066.
HSL color Cylindrical-coordinate representation of color #AA2AFE: hue angle of 276.23º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA2AFE is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 42 | 254 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.00 |
| HSL | 276.23º | 0.99% | 0.58% | - |
| HSV(B) | 276.23º | 0.83% | 1% | - |
| XYZ | 35.29 | 17.36 | 95.26 | - |
| YUV | 104.44 | 212.41 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 254 | 0.33 | 0.83 | 0 | 0.00 | 276.23 | 0.99 | 0.58 |
| Hex | AA | 2A | FE | 21 | 53 | 0 | 0 | 114 | 63 | 3A |
| Octal | 252 | 52 | 376 | 41 | 123 | 0 | 0 | 424 | 143 | 72 |
| Binary | 10101010 | 101010 | 11111110 | 100001 | 1010011 | 0 | 0 | 100010100 | 1100011 | 111010 |
Color Harmonies of #AA2AFE
Complementary color
Monochromatic Colors of #AA2AFE
Black with #AA2AFE
Text Example
Text Example
White with #AA2AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2AFE; }
p { color: rgb(170,42,254); }
H1.HeaderClassName
{
color: #AA2AFE;
}
.AnyTagClassName
{
color: #AA2AFE;
}
</style>
background-color css
<style>
a { background-color: #AA2AFE; }
a { background-color: rgb(170,42,254); }
div.DivClassName
{
background-color: #AA2AFE;
}
.BgClassName
{
background-color: #AA2AFE;
}
</style>
border-color css
<style>
span { border-color: #AA2AFE; }
span { border-color: rgb(170,42,254); }
td.TdClassName
{
border-color: #AA2AFE;
}
.TagClassName
{
border-color: #AA2AFE;
}
</style>