Shades of Blue Violet #AA2AFC
Tints of Blue Violet #AA2AFC
RGB
CMYK
RGB Variations
Color information
#AA2AFC (or 0xAA2AFC) is known color: Blue Violet. HEX triplet: AA, 2A and FC. RGB value is (170,42,252). Sum of RGB (Red+Green+Blue) = 170+42+252=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA2AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2AFC is #55D503. Grayscale: #676767. Windows color (decimal): -5625092 or 16525994. OLE color: 16525994.
HSL color Cylindrical-coordinate representation of color #AA2AFC: hue angle of 276.57º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA2AFC is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 42 | 252 | - |
| CMYK | 0.33 | 0.83 | 0 | 0.01 |
| HSL | 276.57º | 0.97% | 0.58% | - |
| HSV(B) | 276.57º | 0.83% | 0.99% | - |
| XYZ | 34.98 | 17.23 | 93.58 | - |
| YUV | 104.21 | 211.41 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 252 | 0.33 | 0.83 | 0 | 0.01 | 276.57 | 0.97 | 0.58 |
| Hex | AA | 2A | FC | 21 | 53 | 0 | 1 | 115 | 61 | 3A |
| Octal | 252 | 52 | 374 | 41 | 123 | 0 | 1 | 425 | 141 | 72 |
| Binary | 10101010 | 101010 | 11111100 | 100001 | 1010011 | 0 | 1 | 100010101 | 1100001 | 111010 |
Color Harmonies of #AA2AFC
Complementary color
Monochromatic Colors of #AA2AFC
Black with #AA2AFC
Text Example
Text Example
White with #AA2AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2AFC; }
p { color: rgb(170,42,252); }
H1.HeaderClassName
{
color: #AA2AFC;
}
.AnyTagClassName
{
color: #AA2AFC;
}
</style>
background-color css
<style>
a { background-color: #AA2AFC; }
a { background-color: rgb(170,42,252); }
div.DivClassName
{
background-color: #AA2AFC;
}
.BgClassName
{
background-color: #AA2AFC;
}
</style>
border-color css
<style>
span { border-color: #AA2AFC; }
span { border-color: rgb(170,42,252); }
td.TdClassName
{
border-color: #AA2AFC;
}
.TagClassName
{
border-color: #AA2AFC;
}
</style>