Shades of Perano #AAADE1
Tints of Perano #AAADE1
RGB
CMYK
RGB Variations
Color information
#AAADE1 (or 0xAAADE1) is known color: Perano. HEX triplet: AA, AD and E1. RGB value is (170,173,225). Sum of RGB (Red+Green+Blue) = 170+173+225=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #AAADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADE1 is #55521E. Grayscale: #B1B1B1. Windows color (decimal): -5591583 or 14790058. OLE color: 14790058.
HSL color Cylindrical-coordinate representation of color #AAADE1: hue angle of 236.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAADE1 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 173 | 225 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.12 |
| HSL | 236.73º | 0.48% | 0.77% | - |
| HSV(B) | 236.73º | 0.24% | 0.88% | - |
| XYZ | 45.11 | 43.87 | 77.32 | - |
| YUV | 178.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 225 | 0.24 | 0.23 | 0 | 0.12 | 236.73 | 0.48 | 0.77 |
| Hex | AA | AD | E1 | 18 | 17 | 0 | C | ED | 30 | 4D |
| Octal | 252 | 255 | 341 | 30 | 27 | 0 | 14 | 355 | 60 | 115 |
| Binary | 10101010 | 10101101 | 11100001 | 11000 | 10111 | 0 | 1100 | 11101101 | 110000 | 1001101 |
Color Harmonies of #AAADE1
Complementary color
Monochromatic Colors of #AAADE1
Black with #AAADE1
Text Example
Text Example
White with #AAADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADE1; }
p { color: rgb(170,173,225); }
H1.HeaderClassName
{
color: #AAADE1;
}
.AnyTagClassName
{
color: #AAADE1;
}
</style>
background-color css
<style>
a { background-color: #AAADE1; }
a { background-color: rgb(170,173,225); }
div.DivClassName
{
background-color: #AAADE1;
}
.BgClassName
{
background-color: #AAADE1;
}
</style>
border-color css
<style>
span { border-color: #AAADE1; }
span { border-color: rgb(170,173,225); }
td.TdClassName
{
border-color: #AAADE1;
}
.TagClassName
{
border-color: #AAADE1;
}
</style>