Shades of Blue Violet #AA2CEF
Tints of Blue Violet #AA2CEF
RGB
CMYK
RGB Variations
Color information
#AA2CEF (or 0xAA2CEF) is known color: Blue Violet. HEX triplet: AA, 2C and EF. RGB value is (170,44,239). Sum of RGB (Red+Green+Blue) = 170+44+239=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA2CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA2CEF is #55D310. Grayscale: #676767. Windows color (decimal): -5624593 or 15674538. OLE color: 15674538.
HSL color Cylindrical-coordinate representation of color #AA2CEF: hue angle of 278.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA2CEF is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 44 | 239 | - |
| CMYK | 0.29 | 0.82 | 0 | 0.06 |
| HSL | 278.77º | 0.86% | 0.55% | - |
| HSV(B) | 278.77º | 0.82% | 0.94% | - |
| XYZ | 33.06 | 16.58 | 83.12 | - |
| YUV | 103.9 | 204.24 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 44 | 239 | 0.29 | 0.82 | 0 | 0.06 | 278.77 | 0.86 | 0.55 |
| Hex | AA | 2C | EF | 1D | 52 | 0 | 6 | 117 | 56 | 37 |
| Octal | 252 | 54 | 357 | 35 | 122 | 0 | 6 | 427 | 126 | 67 |
| Binary | 10101010 | 101100 | 11101111 | 11101 | 1010010 | 0 | 110 | 100010111 | 1010110 | 110111 |
Color Harmonies of #AA2CEF
Complementary color
Monochromatic Colors of #AA2CEF
Black with #AA2CEF
Text Example
Text Example
White with #AA2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2CEF; }
p { color: rgb(170,44,239); }
H1.HeaderClassName
{
color: #AA2CEF;
}
.AnyTagClassName
{
color: #AA2CEF;
}
</style>
background-color css
<style>
a { background-color: #AA2CEF; }
a { background-color: rgb(170,44,239); }
div.DivClassName
{
background-color: #AA2CEF;
}
.BgClassName
{
background-color: #AA2CEF;
}
</style>
border-color css
<style>
span { border-color: #AA2CEF; }
span { border-color: rgb(170,44,239); }
td.TdClassName
{
border-color: #AA2CEF;
}
.TagClassName
{
border-color: #AA2CEF;
}
</style>