Shades of Blue Violet #AA40EF
Tints of Blue Violet #AA40EF
RGB
CMYK
RGB Variations
Color information
#AA40EF (or 0xAA40EF) is known color: Blue Violet. HEX triplet: AA, 40 and EF. RGB value is (170,64,239). Sum of RGB (Red+Green+Blue) = 170+64+239=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA40EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA40EF is #55BF10. Grayscale: #737373. Windows color (decimal): -5619473 or 15679658. OLE color: 15679658.
HSL color Cylindrical-coordinate representation of color #AA40EF: hue angle of 276.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA40EF is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 64 | 239 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.06 |
| HSL | 276.34º | 0.85% | 0.59% | - |
| HSV(B) | 276.34º | 0.73% | 0.94% | - |
| XYZ | 33.99 | 18.44 | 83.43 | - |
| YUV | 115.64 | 197.62 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 64 | 239 | 0.29 | 0.73 | 0 | 0.06 | 276.34 | 0.85 | 0.59 |
| Hex | AA | 40 | EF | 1D | 49 | 0 | 6 | 114 | 55 | 3B |
| Octal | 252 | 100 | 357 | 35 | 111 | 0 | 6 | 424 | 125 | 73 |
| Binary | 10101010 | 1000000 | 11101111 | 11101 | 1001001 | 0 | 110 | 100010100 | 1010101 | 111011 |
Color Harmonies of #AA40EF
Complementary color
Monochromatic Colors of #AA40EF
Black with #AA40EF
Text Example
Text Example
White with #AA40EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA40EF; }
p { color: rgb(170,64,239); }
H1.HeaderClassName
{
color: #AA40EF;
}
.AnyTagClassName
{
color: #AA40EF;
}
</style>
background-color css
<style>
a { background-color: #AA40EF; }
a { background-color: rgb(170,64,239); }
div.DivClassName
{
background-color: #AA40EF;
}
.BgClassName
{
background-color: #AA40EF;
}
</style>
border-color css
<style>
span { border-color: #AA40EF; }
span { border-color: rgb(170,64,239); }
td.TdClassName
{
border-color: #AA40EF;
}
.TagClassName
{
border-color: #AA40EF;
}
</style>