Shades of Perano #AAB3E7
Tints of Perano #AAB3E7
RGB
CMYK
RGB Variations
Color information
#AAB3E7 (or 0xAAB3E7) is known color: Perano. HEX triplet: AA, B3 and E7. RGB value is (170,179,231). Sum of RGB (Red+Green+Blue) = 170+179+231=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 231 (90.62% from 255 or 39.83% from 580); Max value from RGB is 231 - color contains mainly: blue. Hex color #AAB3E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB3E7 is #554C18. Grayscale: #B6B6B6. Windows color (decimal): -5590041 or 15184810. OLE color: 15184810.
HSL color Cylindrical-coordinate representation of color #AAB3E7: hue angle of 231.15º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAB3E7 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 179 | 231 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.09 |
| HSL | 231.15º | 0.56% | 0.79% | - |
| HSV(B) | 231.15º | 0.26% | 0.91% | - |
| XYZ | 47.12 | 46.56 | 82.1 | - |
| YUV | 182.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 231 | 0.26 | 0.23 | 0 | 0.09 | 231.15 | 0.56 | 0.79 |
| Hex | AA | B3 | E7 | 1A | 17 | 0 | 9 | E7 | 38 | 4F |
| Octal | 252 | 263 | 347 | 32 | 27 | 0 | 11 | 347 | 70 | 117 |
| Binary | 10101010 | 10110011 | 11100111 | 11010 | 10111 | 0 | 1001 | 11100111 | 111000 | 1001111 |
Color Harmonies of #AAB3E7
Complementary color
Monochromatic Colors of #AAB3E7
Black with #AAB3E7
Text Example
Text Example
White with #AAB3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3E7; }
p { color: rgb(170,179,231); }
H1.HeaderClassName
{
color: #AAB3E7;
}
.AnyTagClassName
{
color: #AAB3E7;
}
</style>
background-color css
<style>
a { background-color: #AAB3E7; }
a { background-color: rgb(170,179,231); }
div.DivClassName
{
background-color: #AAB3E7;
}
.BgClassName
{
background-color: #AAB3E7;
}
</style>
border-color css
<style>
span { border-color: #AAB3E7; }
span { border-color: rgb(170,179,231); }
td.TdClassName
{
border-color: #AAB3E7;
}
.TagClassName
{
border-color: #AAB3E7;
}
</style>