Shades of Perano #AAB0F9
Tints of Perano #AAB0F9
RGB
CMYK
RGB Variations
Color information
#AAB0F9 (or 0xAAB0F9) is known color: Perano. HEX triplet: AA, B0 and F9. RGB value is (170,176,249). Sum of RGB (Red+Green+Blue) = 170+176+249=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAB0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0F9 is #554F06. Grayscale: #B6B6B6. Windows color (decimal): -5590791 or 16363690. OLE color: 16363690.
HSL color Cylindrical-coordinate representation of color #AAB0F9: hue angle of 235.44º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAB0F9 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 176 | 249 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.02 |
| HSL | 235.44º | 0.87% | 0.82% | - |
| HSV(B) | 235.44º | 0.32% | 0.98% | - |
| XYZ | 49.2 | 46.44 | 95.99 | - |
| YUV | 182.53 | 165.51 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 249 | 0.32 | 0.29 | 0 | 0.02 | 235.44 | 0.87 | 0.82 |
| Hex | AA | B0 | F9 | 20 | 1D | 0 | 2 | EB | 57 | 52 |
| Octal | 252 | 260 | 371 | 40 | 35 | 0 | 2 | 353 | 127 | 122 |
| Binary | 10101010 | 10110000 | 11111001 | 100000 | 11101 | 0 | 10 | 11101011 | 1010111 | 1010010 |
Color Harmonies of #AAB0F9
Complementary color
Monochromatic Colors of #AAB0F9
Black with #AAB0F9
Text Example
Text Example
White with #AAB0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0F9; }
p { color: rgb(170,176,249); }
H1.HeaderClassName
{
color: #AAB0F9;
}
.AnyTagClassName
{
color: #AAB0F9;
}
</style>
background-color css
<style>
a { background-color: #AAB0F9; }
a { background-color: rgb(170,176,249); }
div.DivClassName
{
background-color: #AAB0F9;
}
.BgClassName
{
background-color: #AAB0F9;
}
</style>
border-color css
<style>
span { border-color: #AAB0F9; }
span { border-color: rgb(170,176,249); }
td.TdClassName
{
border-color: #AAB0F9;
}
.TagClassName
{
border-color: #AAB0F9;
}
</style>