Shades of Blue Violet #AA2AF1
Tints of Blue Violet #AA2AF1
RGB
CMYK
RGB Variations
Color information
#AA2AF1 (or 0xAA2AF1) is known color: Blue Violet. HEX triplet: AA, 2A and F1. RGB value is (170,42,241). Sum of RGB (Red+Green+Blue) = 170+42+241=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA2AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2AF1 is #55D50E. Grayscale: #666666. Windows color (decimal): -5625103 or 15805098. OLE color: 15805098.
HSL color Cylindrical-coordinate representation of color #AA2AF1: hue angle of 278.59º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AA2AF1 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 42 | 241 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.05 |
| HSL | 278.59º | 0.88% | 0.55% | - |
| HSV(B) | 278.59º | 0.83% | 0.95% | - |
| XYZ | 33.28 | 16.55 | 84.66 | - |
| YUV | 102.96 | 205.91 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 42 | 241 | 0.29 | 0.83 | 0 | 0.05 | 278.59 | 0.88 | 0.55 |
| Hex | AA | 2A | F1 | 1D | 53 | 0 | 5 | 117 | 58 | 37 |
| Octal | 252 | 52 | 361 | 35 | 123 | 0 | 5 | 427 | 130 | 67 |
| Binary | 10101010 | 101010 | 11110001 | 11101 | 1010011 | 0 | 101 | 100010111 | 1011000 | 110111 |
Color Harmonies of #AA2AF1
Complementary color
Monochromatic Colors of #AA2AF1
Black with #AA2AF1
Text Example
Text Example
White with #AA2AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2AF1; }
p { color: rgb(170,42,241); }
H1.HeaderClassName
{
color: #AA2AF1;
}
.AnyTagClassName
{
color: #AA2AF1;
}
</style>
background-color css
<style>
a { background-color: #AA2AF1; }
a { background-color: rgb(170,42,241); }
div.DivClassName
{
background-color: #AA2AF1;
}
.BgClassName
{
background-color: #AA2AF1;
}
</style>
border-color css
<style>
span { border-color: #AA2AF1; }
span { border-color: rgb(170,42,241); }
td.TdClassName
{
border-color: #AA2AF1;
}
.TagClassName
{
border-color: #AA2AF1;
}
</style>