Shades of Blue Violet #AA1CEA
Tints of Blue Violet #AA1CEA
RGB
CMYK
RGB Variations
Color information
#AA1CEA (or 0xAA1CEA) is known color: Blue Violet. HEX triplet: AA, 1C and EA. RGB value is (170,28,234). Sum of RGB (Red+Green+Blue) = 170+28+234=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA1CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA1CEA is #55E315. Grayscale: #5D5D5D. Windows color (decimal): -5628694 or 15342762. OLE color: 15342762.
HSL color Cylindrical-coordinate representation of color #AA1CEA: hue angle of 281.36º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1CEA is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 28 | 234 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.08 |
| HSL | 281.36º | 0.83% | 0.51% | - |
| HSV(B) | 281.36º | 0.88% | 0.92% | - |
| XYZ | 31.84 | 15.32 | 79.12 | - |
| YUV | 93.94 | 207.04 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 234 | 0.27 | 0.88 | 0 | 0.08 | 281.36 | 0.83 | 0.51 |
| Hex | AA | 1C | EA | 1B | 58 | 0 | 8 | 119 | 53 | 33 |
| Octal | 252 | 34 | 352 | 33 | 130 | 0 | 10 | 431 | 123 | 63 |
| Binary | 10101010 | 11100 | 11101010 | 11011 | 1011000 | 0 | 1000 | 100011001 | 1010011 | 110011 |
Color Harmonies of #AA1CEA
Complementary color
Monochromatic Colors of #AA1CEA
Black with #AA1CEA
Text Example
Text Example
White with #AA1CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1CEA; }
p { color: rgb(170,28,234); }
H1.HeaderClassName
{
color: #AA1CEA;
}
.AnyTagClassName
{
color: #AA1CEA;
}
</style>
background-color css
<style>
a { background-color: #AA1CEA; }
a { background-color: rgb(170,28,234); }
div.DivClassName
{
background-color: #AA1CEA;
}
.BgClassName
{
background-color: #AA1CEA;
}
</style>
border-color css
<style>
span { border-color: #AA1CEA; }
span { border-color: rgb(170,28,234); }
td.TdClassName
{
border-color: #AA1CEA;
}
.TagClassName
{
border-color: #AA1CEA;
}
</style>