Shades of Blue Violet #AA4AFF
Tints of Blue Violet #AA4AFF
RGB
CMYK
RGB Variations
Color information
#AA4AFF (or 0xAA4AFF) is known color: Blue Violet. HEX triplet: AA, 4A and FF. RGB value is (170,74,255). Sum of RGB (Red+Green+Blue) = 170+74+255=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #AA4AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA4AFF is #55B500. Grayscale: #7A7A7A. Windows color (decimal): -5616897 or 16730794. OLE color: 16730794.
HSL color Cylindrical-coordinate representation of color #AA4AFF: hue angle of 271.82º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA4AFF is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 74 | 255 | - |
| CMYK | 0.33 | 0.71 | 0 | 0 |
| HSL | 271.82º | 1% | 0.65% | - |
| HSV(B) | 271.82º | 0.71% | 1% | - |
| XYZ | 37.08 | 20.66 | 96.64 | - |
| YUV | 123.34 | 202.3 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 255 | 0.33 | 0.71 | 0 | 0 | 271.82 | 1 | 0.65 |
| Hex | AA | 4A | FF | 21 | 47 | 0 | 0 | 110 | 64 | 41 |
| Octal | 252 | 112 | 377 | 41 | 107 | 0 | 0 | 420 | 144 | 101 |
| Binary | 10101010 | 1001010 | 11111111 | 100001 | 1000111 | 0 | 0 | 100010000 | 1100100 | 1000001 |
Color Harmonies of #AA4AFF
Complementary color
Monochromatic Colors of #AA4AFF
Black with #AA4AFF
Text Example
Text Example
White with #AA4AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4AFF; }
p { color: rgb(170,74,255); }
H1.HeaderClassName
{
color: #AA4AFF;
}
.AnyTagClassName
{
color: #AA4AFF;
}
</style>
background-color css
<style>
a { background-color: #AA4AFF; }
a { background-color: rgb(170,74,255); }
div.DivClassName
{
background-color: #AA4AFF;
}
.BgClassName
{
background-color: #AA4AFF;
}
</style>
border-color css
<style>
span { border-color: #AA4AFF; }
span { border-color: rgb(170,74,255); }
td.TdClassName
{
border-color: #AA4AFF;
}
.TagClassName
{
border-color: #AA4AFF;
}
</style>