Shades of Blue Violet #AA26EC
Tints of Blue Violet #AA26EC
RGB
CMYK
RGB Variations
Color information
#AA26EC (or 0xAA26EC) is known color: Blue Violet. HEX triplet: AA, 26 and EC. RGB value is (170,38,236). Sum of RGB (Red+Green+Blue) = 170+38+236=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA26EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA26EC is #55D913. Grayscale: #636363. Windows color (decimal): -5626132 or 15476394. OLE color: 15476394.
HSL color Cylindrical-coordinate representation of color #AA26EC: hue angle of 280º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA26EC is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 38 | 236 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.07 |
| HSL | 280º | 0.84% | 0.54% | - |
| HSV(B) | 280º | 0.84% | 0.93% | - |
| XYZ | 32.41 | 15.99 | 80.73 | - |
| YUV | 100.04 | 204.73 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 38 | 236 | 0.28 | 0.84 | 0 | 0.07 | 280 | 0.84 | 0.54 |
| Hex | AA | 26 | EC | 1C | 54 | 0 | 7 | 118 | 54 | 36 |
| Octal | 252 | 46 | 354 | 34 | 124 | 0 | 7 | 430 | 124 | 66 |
| Binary | 10101010 | 100110 | 11101100 | 11100 | 1010100 | 0 | 111 | 100011000 | 1010100 | 110110 |
Color Harmonies of #AA26EC
Complementary color
Monochromatic Colors of #AA26EC
Black with #AA26EC
Text Example
Text Example
White with #AA26EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA26EC; }
p { color: rgb(170,38,236); }
H1.HeaderClassName
{
color: #AA26EC;
}
.AnyTagClassName
{
color: #AA26EC;
}
</style>
background-color css
<style>
a { background-color: #AA26EC; }
a { background-color: rgb(170,38,236); }
div.DivClassName
{
background-color: #AA26EC;
}
.BgClassName
{
background-color: #AA26EC;
}
</style>
border-color css
<style>
span { border-color: #AA26EC; }
span { border-color: rgb(170,38,236); }
td.TdClassName
{
border-color: #AA26EC;
}
.TagClassName
{
border-color: #AA26EC;
}
</style>