Shades of Blue Violet #AA2AFF
Tints of Blue Violet #AA2AFF
RGB
CMYK
RGB Variations
Color information
#AA2AFF (or 0xAA2AFF) is known color: Blue Violet. HEX triplet: AA, 2A and FF. RGB value is (170,42,255). Sum of RGB (Red+Green+Blue) = 170+42+255=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 42 (16.80% from 255 or 8.99% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA2AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2AFF is #55D500. Grayscale: #676767. Windows color (decimal): -5625089 or 16722602. OLE color: 16722602.
HSL color Cylindrical-coordinate representation of color #AA2AFF: hue angle of 276.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA2AFF is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 42 | 255 | - |
| CMYK | 0.33 | 0.84 | 0 | 0 |
| HSL | 276.06º | 1% | 0.58% | - |
| HSV(B) | 276.06º | 0.84% | 1% | - |
| XYZ | 35.46 | 17.42 | 96.1 | - |
| YUV | 104.55 | 212.91 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 255 | 0.33 | 0.84 | 0 | 0 | 276.06 | 1 | 0.58 |
| Hex | AA | 2A | FF | 21 | 54 | 0 | 0 | 114 | 64 | 3A |
| Octal | 252 | 52 | 377 | 41 | 124 | 0 | 0 | 424 | 144 | 72 |
| Binary | 10101010 | 101010 | 11111111 | 100001 | 1010100 | 0 | 0 | 100010100 | 1100100 | 111010 |
Color Harmonies of #AA2AFF
Complementary color
Monochromatic Colors of #AA2AFF
Black with #AA2AFF
Text Example
Text Example
White with #AA2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2AFF; }
p { color: rgb(170,42,255); }
H1.HeaderClassName
{
color: #AA2AFF;
}
.AnyTagClassName
{
color: #AA2AFF;
}
</style>
background-color css
<style>
a { background-color: #AA2AFF; }
a { background-color: rgb(170,42,255); }
div.DivClassName
{
background-color: #AA2AFF;
}
.BgClassName
{
background-color: #AA2AFF;
}
</style>
border-color css
<style>
span { border-color: #AA2AFF; }
span { border-color: rgb(170,42,255); }
td.TdClassName
{
border-color: #AA2AFF;
}
.TagClassName
{
border-color: #AA2AFF;
}
</style>