Shades of Perano #AAA9F8
Tints of Perano #AAA9F8
RGB
CMYK
RGB Variations
Color information
#AAA9F8 (or 0xAAA9F8) is known color: Perano. HEX triplet: AA, A9 and F8. RGB value is (170,169,248). Sum of RGB (Red+Green+Blue) = 170+169+248=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #AAA9F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA9F8 is #555607. Grayscale: #B1B1B1. Windows color (decimal): -5592584 or 16296362. OLE color: 16296362.
HSL color Cylindrical-coordinate representation of color #AAA9F8: hue angle of 240.76º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAA9F8 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 169 | 248 | - |
| CMYK | 0.31 | 0.32 | 0 | 0.03 |
| HSL | 240.76º | 0.85% | 0.82% | - |
| HSV(B) | 240.76º | 0.32% | 0.97% | - |
| XYZ | 47.71 | 43.7 | 94.73 | - |
| YUV | 178.31 | 167.33 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 248 | 0.31 | 0.32 | 0 | 0.03 | 240.76 | 0.85 | 0.82 |
| Hex | AA | A9 | F8 | 1F | 20 | 0 | 3 | F1 | 55 | 52 |
| Octal | 252 | 251 | 370 | 37 | 40 | 0 | 3 | 361 | 125 | 122 |
| Binary | 10101010 | 10101001 | 11111000 | 11111 | 100000 | 0 | 11 | 11110001 | 1010101 | 1010010 |
Color Harmonies of #AAA9F8
Complementary color
Monochromatic Colors of #AAA9F8
Black with #AAA9F8
Text Example
Text Example
White with #AAA9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA9F8; }
p { color: rgb(170,169,248); }
H1.HeaderClassName
{
color: #AAA9F8;
}
.AnyTagClassName
{
color: #AAA9F8;
}
</style>
background-color css
<style>
a { background-color: #AAA9F8; }
a { background-color: rgb(170,169,248); }
div.DivClassName
{
background-color: #AAA9F8;
}
.BgClassName
{
background-color: #AAA9F8;
}
</style>
border-color css
<style>
span { border-color: #AAA9F8; }
span { border-color: rgb(170,169,248); }
td.TdClassName
{
border-color: #AAA9F8;
}
.TagClassName
{
border-color: #AAA9F8;
}
</style>