Shades of Blue Violet #AA2BFA
Tints of Blue Violet #AA2BFA
RGB
CMYK
RGB Variations
Color information
#AA2BFA (or 0xAA2BFA) is known color: Blue Violet. HEX triplet: AA, 2B and FA. RGB value is (170,43,250). Sum of RGB (Red+Green+Blue) = 170+43+250=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 43 (17.19% from 255 or 9.29% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA2BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2BFA is #55D405. Grayscale: #676767. Windows color (decimal): -5624838 or 16395178. OLE color: 16395178.
HSL color Cylindrical-coordinate representation of color #AA2BFA: hue angle of 276.81º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA2BFA is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 43 | 250 | - |
| CMYK | 0.32 | 0.83 | 0 | 0.02 |
| HSL | 276.81º | 0.95% | 0.57% | - |
| HSV(B) | 276.81º | 0.83% | 0.98% | - |
| XYZ | 34.7 | 17.18 | 91.93 | - |
| YUV | 104.57 | 210.08 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 43 | 250 | 0.32 | 0.83 | 0 | 0.02 | 276.81 | 0.95 | 0.57 |
| Hex | AA | 2B | FA | 20 | 53 | 0 | 2 | 115 | 5F | 39 |
| Octal | 252 | 53 | 372 | 40 | 123 | 0 | 2 | 425 | 137 | 71 |
| Binary | 10101010 | 101011 | 11111010 | 100000 | 1010011 | 0 | 10 | 100010101 | 1011111 | 111001 |
Color Harmonies of #AA2BFA
Complementary color
Monochromatic Colors of #AA2BFA
Black with #AA2BFA
Text Example
Text Example
White with #AA2BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2BFA; }
p { color: rgb(170,43,250); }
H1.HeaderClassName
{
color: #AA2BFA;
}
.AnyTagClassName
{
color: #AA2BFA;
}
</style>
background-color css
<style>
a { background-color: #AA2BFA; }
a { background-color: rgb(170,43,250); }
div.DivClassName
{
background-color: #AA2BFA;
}
.BgClassName
{
background-color: #AA2BFA;
}
</style>
border-color css
<style>
span { border-color: #AA2BFA; }
span { border-color: rgb(170,43,250); }
td.TdClassName
{
border-color: #AA2BFA;
}
.TagClassName
{
border-color: #AA2BFA;
}
</style>