Shades of Blue Violet #AA2DFB
Tints of Blue Violet #AA2DFB
RGB
CMYK
RGB Variations
Color information
#AA2DFB (or 0xAA2DFB) is known color: Blue Violet. HEX triplet: AA, 2D and FB. RGB value is (170,45,251). Sum of RGB (Red+Green+Blue) = 170+45+251=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #AA2DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2DFB is #55D204. Grayscale: #696969. Windows color (decimal): -5624325 or 16461226. OLE color: 16461226.
HSL color Cylindrical-coordinate representation of color #AA2DFB: hue angle of 276.41º degrees, saturation: 0.96, 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 #AA2DFB is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 45 | 251 | - |
| CMYK | 0.32 | 0.82 | 0 | 0.02 |
| HSL | 276.41º | 0.96% | 0.58% | - |
| HSV(B) | 276.41º | 0.82% | 0.98% | - |
| XYZ | 34.93 | 17.39 | 92.78 | - |
| YUV | 105.86 | 209.91 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 45 | 251 | 0.32 | 0.82 | 0 | 0.02 | 276.41 | 0.96 | 0.58 |
| Hex | AA | 2D | FB | 20 | 52 | 0 | 2 | 114 | 60 | 3A |
| Octal | 252 | 55 | 373 | 40 | 122 | 0 | 2 | 424 | 140 | 72 |
| Binary | 10101010 | 101101 | 11111011 | 100000 | 1010010 | 0 | 10 | 100010100 | 1100000 | 111010 |
Color Harmonies of #AA2DFB
Complementary color
Monochromatic Colors of #AA2DFB
Black with #AA2DFB
Text Example
Text Example
White with #AA2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2DFB; }
p { color: rgb(170,45,251); }
H1.HeaderClassName
{
color: #AA2DFB;
}
.AnyTagClassName
{
color: #AA2DFB;
}
</style>
background-color css
<style>
a { background-color: #AA2DFB; }
a { background-color: rgb(170,45,251); }
div.DivClassName
{
background-color: #AA2DFB;
}
.BgClassName
{
background-color: #AA2DFB;
}
</style>
border-color css
<style>
span { border-color: #AA2DFB; }
span { border-color: rgb(170,45,251); }
td.TdClassName
{
border-color: #AA2DFB;
}
.TagClassName
{
border-color: #AA2DFB;
}
</style>