Shades of Perano #AAADE0
Tints of Perano #AAADE0
RGB
CMYK
RGB Variations
Color information
#AAADE0 (or 0xAAADE0) is known color: Perano. HEX triplet: AA, AD and E0. RGB value is (170,173,224). Sum of RGB (Red+Green+Blue) = 170+173+224=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #AAADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADE0 is #55521F. Grayscale: #B1B1B1. Windows color (decimal): -5591584 or 14724522. OLE color: 14724522.
HSL color Cylindrical-coordinate representation of color #AAADE0: hue angle of 236.67º degrees, saturation: 0.47, 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 #AAADE0 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 173 | 224 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.12 |
| HSL | 236.67º | 0.47% | 0.77% | - |
| HSV(B) | 236.67º | 0.24% | 0.88% | - |
| XYZ | 44.98 | 43.82 | 76.61 | - |
| YUV | 177.92 | 154.01 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 224 | 0.24 | 0.23 | 0 | 0.12 | 236.67 | 0.47 | 0.77 |
| Hex | AA | AD | E0 | 18 | 17 | 0 | C | ED | 2F | 4D |
| Octal | 252 | 255 | 340 | 30 | 27 | 0 | 14 | 355 | 57 | 115 |
| Binary | 10101010 | 10101101 | 11100000 | 11000 | 10111 | 0 | 1100 | 11101101 | 101111 | 1001101 |
Color Harmonies of #AAADE0
Complementary color
Monochromatic Colors of #AAADE0
Black with #AAADE0
Text Example
Text Example
White with #AAADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADE0; }
p { color: rgb(170,173,224); }
H1.HeaderClassName
{
color: #AAADE0;
}
.AnyTagClassName
{
color: #AAADE0;
}
</style>
background-color css
<style>
a { background-color: #AAADE0; }
a { background-color: rgb(170,173,224); }
div.DivClassName
{
background-color: #AAADE0;
}
.BgClassName
{
background-color: #AAADE0;
}
</style>
border-color css
<style>
span { border-color: #AAADE0; }
span { border-color: rgb(170,173,224); }
td.TdClassName
{
border-color: #AAADE0;
}
.TagClassName
{
border-color: #AAADE0;
}
</style>