Shades of Blue Violet #AA1CE7
Tints of Blue Violet #AA1CE7
RGB
CMYK
RGB Variations
Color information
#AA1CE7 (or 0xAA1CE7) is known color: Blue Violet. HEX triplet: AA, 1C and E7. RGB value is (170,28,231). Sum of RGB (Red+Green+Blue) = 170+28+231=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 231 (90.62% from 255 or 53.85% from 429); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA1CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1CE7 is #55E318. Grayscale: #5C5C5C. Windows color (decimal): -5628697 or 15146154. OLE color: 15146154.
HSL color Cylindrical-coordinate representation of color #AA1CE7: hue angle of 281.97º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1CE7 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 28 | 231 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.09 |
| HSL | 281.97º | 0.81% | 0.51% | - |
| HSV(B) | 281.97º | 0.88% | 0.91% | - |
| XYZ | 31.42 | 15.15 | 76.87 | - |
| YUV | 93.6 | 205.54 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 231 | 0.26 | 0.88 | 0 | 0.09 | 281.97 | 0.81 | 0.51 |
| Hex | AA | 1C | E7 | 1A | 58 | 0 | 9 | 11A | 51 | 33 |
| Octal | 252 | 34 | 347 | 32 | 130 | 0 | 11 | 432 | 121 | 63 |
| Binary | 10101010 | 11100 | 11100111 | 11010 | 1011000 | 0 | 1001 | 100011010 | 1010001 | 110011 |
Color Harmonies of #AA1CE7
Complementary color
Monochromatic Colors of #AA1CE7
Black with #AA1CE7
Text Example
Text Example
White with #AA1CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1CE7; }
p { color: rgb(170,28,231); }
H1.HeaderClassName
{
color: #AA1CE7;
}
.AnyTagClassName
{
color: #AA1CE7;
}
</style>
background-color css
<style>
a { background-color: #AA1CE7; }
a { background-color: rgb(170,28,231); }
div.DivClassName
{
background-color: #AA1CE7;
}
.BgClassName
{
background-color: #AA1CE7;
}
</style>
border-color css
<style>
span { border-color: #AA1CE7; }
span { border-color: rgb(170,28,231); }
td.TdClassName
{
border-color: #AA1CE7;
}
.TagClassName
{
border-color: #AA1CE7;
}
</style>