Shades of Blue Violet #AA2DFA
Tints of Blue Violet #AA2DFA
RGB
CMYK
RGB Variations
Color information
#AA2DFA (or 0xAA2DFA) is known color: Blue Violet. HEX triplet: AA, 2D and FA. RGB value is (170,45,250). Sum of RGB (Red+Green+Blue) = 170+45+250=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 45 (17.97% from 255 or 9.68% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #AA2DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2DFA is #55D205. Grayscale: #696969. Windows color (decimal): -5624326 or 16395690. OLE color: 16395690.
HSL color Cylindrical-coordinate representation of color #AA2DFA: hue angle of 276.59º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2DFA is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 45 | 250 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.02 |
| HSL | 276.59º | 0.95% | 0.58% | - |
| HSV(B) | 276.59º | 0.82% | 0.98% | - |
| XYZ | 34.77 | 17.32 | 91.95 | - |
| YUV | 105.75 | 209.41 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 250 | 0.32 | 0.82 | 0 | 0.02 | 276.59 | 0.95 | 0.58 |
| Hex | AA | 2D | FA | 20 | 52 | 0 | 2 | 115 | 5F | 3A |
| Octal | 252 | 55 | 372 | 40 | 122 | 0 | 2 | 425 | 137 | 72 |
| Binary | 10101010 | 101101 | 11111010 | 100000 | 1010010 | 0 | 10 | 100010101 | 1011111 | 111010 |
Color Harmonies of #AA2DFA
Complementary color
Monochromatic Colors of #AA2DFA
Black with #AA2DFA
Text Example
Text Example
White with #AA2DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DFA; }
p { color: rgb(170,45,250); }
H1.HeaderClassName
{
color: #AA2DFA;
}
.AnyTagClassName
{
color: #AA2DFA;
}
</style>
background-color css
<style>
a { background-color: #AA2DFA; }
a { background-color: rgb(170,45,250); }
div.DivClassName
{
background-color: #AA2DFA;
}
.BgClassName
{
background-color: #AA2DFA;
}
</style>
border-color css
<style>
span { border-color: #AA2DFA; }
span { border-color: rgb(170,45,250); }
td.TdClassName
{
border-color: #AA2DFA;
}
.TagClassName
{
border-color: #AA2DFA;
}
</style>