Shades of Perano #AAB2F9
Tints of Perano #AAB2F9
RGB
CMYK
RGB Variations
Color information
#AAB2F9 (or 0xAAB2F9) is known color: Perano. HEX triplet: AA, B2 and F9. RGB value is (170,178,249). Sum of RGB (Red+Green+Blue) = 170+178+249=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 178 (69.92% from 255 or 29.82% from 597); Blue value is 249 (97.66% from 255 or 41.71% from 597); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAB2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2F9 is #554D06. Grayscale: #B7B7B7. Windows color (decimal): -5590279 or 16364202. OLE color: 16364202.
HSL color Cylindrical-coordinate representation of color #AAB2F9: hue angle of 233.92º 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 #AAB2F9 is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 178 | 249 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.02 |
| HSL | 233.92º | 0.87% | 0.82% | - |
| HSV(B) | 233.92º | 0.32% | 0.98% | - |
| XYZ | 49.6 | 47.23 | 96.12 | - |
| YUV | 183.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 249 | 0.32 | 0.29 | 0 | 0.02 | 233.92 | 0.87 | 0.82 |
| Hex | AA | B2 | F9 | 20 | 1D | 0 | 2 | EA | 57 | 52 |
| Octal | 252 | 262 | 371 | 40 | 35 | 0 | 2 | 352 | 127 | 122 |
| Binary | 10101010 | 10110010 | 11111001 | 100000 | 11101 | 0 | 10 | 11101010 | 1010111 | 1010010 |
Color Harmonies of #AAB2F9
Complementary color
Monochromatic Colors of #AAB2F9
Black with #AAB2F9
Text Example
Text Example
White with #AAB2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2F9; }
p { color: rgb(170,178,249); }
H1.HeaderClassName
{
color: #AAB2F9;
}
.AnyTagClassName
{
color: #AAB2F9;
}
</style>
background-color css
<style>
a { background-color: #AAB2F9; }
a { background-color: rgb(170,178,249); }
div.DivClassName
{
background-color: #AAB2F9;
}
.BgClassName
{
background-color: #AAB2F9;
}
</style>
border-color css
<style>
span { border-color: #AAB2F9; }
span { border-color: rgb(170,178,249); }
td.TdClassName
{
border-color: #AAB2F9;
}
.TagClassName
{
border-color: #AAB2F9;
}
</style>