Shades of Blue Violet #AA2DFE
Tints of Blue Violet #AA2DFE
RGB
CMYK
RGB Variations
Color information
#AA2DFE (or 0xAA2DFE) is known color: Blue Violet. HEX triplet: AA, 2D and FE. RGB value is (170,45,254). Sum of RGB (Red+Green+Blue) = 170+45+254=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #AA2DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2DFE is #55D201. Grayscale: #696969. Windows color (decimal): -5624322 or 16657834. OLE color: 16657834.
HSL color Cylindrical-coordinate representation of color #AA2DFE: hue angle of 275.89º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2DFE is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 45 | 254 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.00 |
| HSL | 275.89º | 0.99% | 0.59% | - |
| HSV(B) | 275.89º | 0.82% | 1% | - |
| XYZ | 35.41 | 17.58 | 95.29 | - |
| YUV | 106.2 | 211.41 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 254 | 0.33 | 0.82 | 0 | 0.00 | 275.89 | 0.99 | 0.59 |
| Hex | AA | 2D | FE | 21 | 52 | 0 | 0 | 114 | 63 | 3B |
| Octal | 252 | 55 | 376 | 41 | 122 | 0 | 0 | 424 | 143 | 73 |
| Binary | 10101010 | 101101 | 11111110 | 100001 | 1010010 | 0 | 0 | 100010100 | 1100011 | 111011 |
Color Harmonies of #AA2DFE
Complementary color
Monochromatic Colors of #AA2DFE
Black with #AA2DFE
Text Example
Text Example
White with #AA2DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DFE; }
p { color: rgb(170,45,254); }
H1.HeaderClassName
{
color: #AA2DFE;
}
.AnyTagClassName
{
color: #AA2DFE;
}
</style>
background-color css
<style>
a { background-color: #AA2DFE; }
a { background-color: rgb(170,45,254); }
div.DivClassName
{
background-color: #AA2DFE;
}
.BgClassName
{
background-color: #AA2DFE;
}
</style>
border-color css
<style>
span { border-color: #AA2DFE; }
span { border-color: rgb(170,45,254); }
td.TdClassName
{
border-color: #AA2DFE;
}
.TagClassName
{
border-color: #AA2DFE;
}
</style>