Shades of Perano #AAAEEE
Tints of Perano #AAAEEE
RGB
CMYK
RGB Variations
Color information
#AAAEEE (or 0xAAAEEE) is known color: Perano. HEX triplet: AA, AE and EE. RGB value is (170,174,238). Sum of RGB (Red+Green+Blue) = 170+174+238=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #AAAEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEEE is #555111. Grayscale: #B3B3B3. Windows color (decimal): -5591314 or 15642282. OLE color: 15642282.
HSL color Cylindrical-coordinate representation of color #AAAEEE: hue angle of 236.47º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAAEEE is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 174 | 238 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.07 |
| HSL | 236.47º | 0.67% | 0.8% | - |
| HSV(B) | 236.47º | 0.29% | 0.93% | - |
| XYZ | 47.15 | 44.99 | 87.09 | - |
| YUV | 180.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 238 | 0.29 | 0.27 | 0 | 0.07 | 236.47 | 0.67 | 0.8 |
| Hex | AA | AE | EE | 1D | 1B | 0 | 7 | EC | 43 | 50 |
| Octal | 252 | 256 | 356 | 35 | 33 | 0 | 7 | 354 | 103 | 120 |
| Binary | 10101010 | 10101110 | 11101110 | 11101 | 11011 | 0 | 111 | 11101100 | 1000011 | 1010000 |
Color Harmonies of #AAAEEE
Complementary color
Monochromatic Colors of #AAAEEE
Black with #AAAEEE
Text Example
Text Example
White with #AAAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEEE; }
p { color: rgb(170,174,238); }
H1.HeaderClassName
{
color: #AAAEEE;
}
.AnyTagClassName
{
color: #AAAEEE;
}
</style>
background-color css
<style>
a { background-color: #AAAEEE; }
a { background-color: rgb(170,174,238); }
div.DivClassName
{
background-color: #AAAEEE;
}
.BgClassName
{
background-color: #AAAEEE;
}
</style>
border-color css
<style>
span { border-color: #AAAEEE; }
span { border-color: rgb(170,174,238); }
td.TdClassName
{
border-color: #AAAEEE;
}
.TagClassName
{
border-color: #AAAEEE;
}
</style>