Shades of Perano #AAAEEA
Tints of Perano #AAAEEA
RGB
CMYK
RGB Variations
Color information
#AAAEEA (or 0xAAAEEA) is known color: Perano. HEX triplet: AA, AE and EA. RGB value is (170,174,234). Sum of RGB (Red+Green+Blue) = 170+174+234=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAAEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAAEEA is #555115. Grayscale: #B3B3B3. Windows color (decimal): -5591318 or 15380138. OLE color: 15380138.
HSL color Cylindrical-coordinate representation of color #AAAEEA: hue angle of 236.25º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAAEEA is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 174 | 234 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.08 |
| HSL | 236.25º | 0.6% | 0.79% | - |
| HSV(B) | 236.25º | 0.27% | 0.92% | - |
| XYZ | 46.56 | 44.76 | 84.03 | - |
| YUV | 179.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 234 | 0.27 | 0.26 | 0 | 0.08 | 236.25 | 0.6 | 0.79 |
| Hex | AA | AE | EA | 1B | 1A | 0 | 8 | EC | 3C | 4F |
| Octal | 252 | 256 | 352 | 33 | 32 | 0 | 10 | 354 | 74 | 117 |
| Binary | 10101010 | 10101110 | 11101010 | 11011 | 11010 | 0 | 1000 | 11101100 | 111100 | 1001111 |
Color Harmonies of #AAAEEA
Complementary color
Monochromatic Colors of #AAAEEA
Black with #AAAEEA
Text Example
Text Example
White with #AAAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEEA; }
p { color: rgb(170,174,234); }
H1.HeaderClassName
{
color: #AAAEEA;
}
.AnyTagClassName
{
color: #AAAEEA;
}
</style>
background-color css
<style>
a { background-color: #AAAEEA; }
a { background-color: rgb(170,174,234); }
div.DivClassName
{
background-color: #AAAEEA;
}
.BgClassName
{
background-color: #AAAEEA;
}
</style>
border-color css
<style>
span { border-color: #AAAEEA; }
span { border-color: rgb(170,174,234); }
td.TdClassName
{
border-color: #AAAEEA;
}
.TagClassName
{
border-color: #AAAEEA;
}
</style>