Shades of Blue Violet #AA3CEE
Tints of Blue Violet #AA3CEE
RGB
CMYK
RGB Variations
Color information
#AA3CEE (or 0xAA3CEE) is known color: Blue Violet. HEX triplet: AA, 3C and EE. RGB value is (170,60,238). Sum of RGB (Red+Green+Blue) = 170+60+238=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA3CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA3CEE is #55C311. Grayscale: #707070. Windows color (decimal): -5620498 or 15613098. OLE color: 15613098.
HSL color Cylindrical-coordinate representation of color #AA3CEE: hue angle of 277.08º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3CEE is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 60 | 238 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.07 |
| HSL | 277.08º | 0.84% | 0.58% | - |
| HSV(B) | 277.08º | 0.75% | 0.93% | - |
| XYZ | 33.63 | 17.95 | 82.58 | - |
| YUV | 113.18 | 198.44 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 238 | 0.29 | 0.75 | 0 | 0.07 | 277.08 | 0.84 | 0.58 |
| Hex | AA | 3C | EE | 1D | 4B | 0 | 7 | 115 | 54 | 3A |
| Octal | 252 | 74 | 356 | 35 | 113 | 0 | 7 | 425 | 124 | 72 |
| Binary | 10101010 | 111100 | 11101110 | 11101 | 1001011 | 0 | 111 | 100010101 | 1010100 | 111010 |
Color Harmonies of #AA3CEE
Complementary color
Monochromatic Colors of #AA3CEE
Black with #AA3CEE
Text Example
Text Example
White with #AA3CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3CEE; }
p { color: rgb(170,60,238); }
H1.HeaderClassName
{
color: #AA3CEE;
}
.AnyTagClassName
{
color: #AA3CEE;
}
</style>
background-color css
<style>
a { background-color: #AA3CEE; }
a { background-color: rgb(170,60,238); }
div.DivClassName
{
background-color: #AA3CEE;
}
.BgClassName
{
background-color: #AA3CEE;
}
</style>
border-color css
<style>
span { border-color: #AA3CEE; }
span { border-color: rgb(170,60,238); }
td.TdClassName
{
border-color: #AA3CEE;
}
.TagClassName
{
border-color: #AA3CEE;
}
</style>