Shades of Perano #AAA9E4
Tints of Perano #AAA9E4
RGB
CMYK
RGB Variations
Color information
#AAA9E4 (or 0xAAA9E4) is known color: Perano. HEX triplet: AA, A9 and E4. RGB value is (170,169,228). Sum of RGB (Red+Green+Blue) = 170+169+228=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 228 - color contains mainly: blue. Hex color #AAA9E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9E4 is #55561B. Grayscale: #AFAFAF. Windows color (decimal): -5592604 or 14985642. OLE color: 14985642.
HSL color Cylindrical-coordinate representation of color #AAA9E4: hue angle of 241.02º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAA9E4 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 169 | 228 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.11 |
| HSL | 241.02º | 0.52% | 0.78% | - |
| HSV(B) | 241.02º | 0.26% | 0.89% | - |
| XYZ | 44.77 | 42.52 | 79.25 | - |
| YUV | 176.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 228 | 0.25 | 0.26 | 0 | 0.11 | 241.02 | 0.52 | 0.78 |
| Hex | AA | A9 | E4 | 19 | 1A | 0 | B | F1 | 34 | 4E |
| Octal | 252 | 251 | 344 | 31 | 32 | 0 | 13 | 361 | 64 | 116 |
| Binary | 10101010 | 10101001 | 11100100 | 11001 | 11010 | 0 | 1011 | 11110001 | 110100 | 1001110 |
Color Harmonies of #AAA9E4
Complementary color
Monochromatic Colors of #AAA9E4
Black with #AAA9E4
Text Example
Text Example
White with #AAA9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9E4; }
p { color: rgb(170,169,228); }
H1.HeaderClassName
{
color: #AAA9E4;
}
.AnyTagClassName
{
color: #AAA9E4;
}
</style>
background-color css
<style>
a { background-color: #AAA9E4; }
a { background-color: rgb(170,169,228); }
div.DivClassName
{
background-color: #AAA9E4;
}
.BgClassName
{
background-color: #AAA9E4;
}
</style>
border-color css
<style>
span { border-color: #AAA9E4; }
span { border-color: rgb(170,169,228); }
td.TdClassName
{
border-color: #AAA9E4;
}
.TagClassName
{
border-color: #AAA9E4;
}
</style>