Shades of Perano #AAADEA
Tints of Perano #AAADEA
RGB
CMYK
RGB Variations
Color information
#AAADEA (or 0xAAADEA) is known color: Perano. HEX triplet: AA, AD and EA. RGB value is (170,173,234). Sum of RGB (Red+Green+Blue) = 170+173+234=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAADEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADEA is #555215. Grayscale: #B2B2B2. Windows color (decimal): -5591574 or 15379882. OLE color: 15379882.
HSL color Cylindrical-coordinate representation of color #AAADEA: hue angle of 237.19º 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 #AAADEA is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 173 | 234 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.08 |
| HSL | 237.19º | 0.6% | 0.79% | - |
| HSV(B) | 237.19º | 0.27% | 0.92% | - |
| XYZ | 46.37 | 44.37 | 83.96 | - |
| YUV | 179.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 234 | 0.27 | 0.26 | 0 | 0.08 | 237.19 | 0.6 | 0.79 |
| Hex | AA | AD | EA | 1B | 1A | 0 | 8 | ED | 3C | 4F |
| Octal | 252 | 255 | 352 | 33 | 32 | 0 | 10 | 355 | 74 | 117 |
| Binary | 10101010 | 10101101 | 11101010 | 11011 | 11010 | 0 | 1000 | 11101101 | 111100 | 1001111 |
Color Harmonies of #AAADEA
Complementary color
Monochromatic Colors of #AAADEA
Black with #AAADEA
Text Example
Text Example
White with #AAADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAADEA; }
p { color: rgb(170,173,234); }
H1.HeaderClassName
{
color: #AAADEA;
}
.AnyTagClassName
{
color: #AAADEA;
}
</style>
background-color css
<style>
a { background-color: #AAADEA; }
a { background-color: rgb(170,173,234); }
div.DivClassName
{
background-color: #AAADEA;
}
.BgClassName
{
background-color: #AAADEA;
}
</style>
border-color css
<style>
span { border-color: #AAADEA; }
span { border-color: rgb(170,173,234); }
td.TdClassName
{
border-color: #AAADEA;
}
.TagClassName
{
border-color: #AAADEA;
}
</style>