Shades of Perano #AAADE3
Tints of Perano #AAADE3
RGB
CMYK
RGB Variations
Color information
#AAADE3 (or 0xAAADE3) is known color: Perano. HEX triplet: AA, AD and E3. RGB value is (170,173,227). Sum of RGB (Red+Green+Blue) = 170+173+227=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 227 (89.06% from 255 or 39.82% from 570); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADE3 is #55521C. Grayscale: #B2B2B2. Windows color (decimal): -5591581 or 14921130. OLE color: 14921130.
HSL color Cylindrical-coordinate representation of color #AAADE3: hue angle of 236.84º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAADE3 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 173 | 227 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.11 |
| HSL | 236.84º | 0.5% | 0.78% | - |
| HSV(B) | 236.84º | 0.25% | 0.89% | - |
| XYZ | 45.39 | 43.98 | 78.77 | - |
| YUV | 178.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 227 | 0.25 | 0.24 | 0 | 0.11 | 236.84 | 0.5 | 0.78 |
| Hex | AA | AD | E3 | 19 | 18 | 0 | B | ED | 32 | 4E |
| Octal | 252 | 255 | 343 | 31 | 30 | 0 | 13 | 355 | 62 | 116 |
| Binary | 10101010 | 10101101 | 11100011 | 11001 | 11000 | 0 | 1011 | 11101101 | 110010 | 1001110 |
Color Harmonies of #AAADE3
Complementary color
Monochromatic Colors of #AAADE3
Black with #AAADE3
Text Example
Text Example
White with #AAADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADE3; }
p { color: rgb(170,173,227); }
H1.HeaderClassName
{
color: #AAADE3;
}
.AnyTagClassName
{
color: #AAADE3;
}
</style>
background-color css
<style>
a { background-color: #AAADE3; }
a { background-color: rgb(170,173,227); }
div.DivClassName
{
background-color: #AAADE3;
}
.BgClassName
{
background-color: #AAADE3;
}
</style>
border-color css
<style>
span { border-color: #AAADE3; }
span { border-color: rgb(170,173,227); }
td.TdClassName
{
border-color: #AAADE3;
}
.TagClassName
{
border-color: #AAADE3;
}
</style>