Shades of Perano #AAB2F1
Tints of Perano #AAB2F1
RGB
CMYK
RGB Variations
Color information
#AAB2F1 (or 0xAAB2F1) is known color: Perano. HEX triplet: AA, B2 and F1. RGB value is (170,178,241). Sum of RGB (Red+Green+Blue) = 170+178+241=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAB2F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB2F1 is #554D0E. Grayscale: #B6B6B6. Windows color (decimal): -5590287 or 15839914. OLE color: 15839914.
HSL color Cylindrical-coordinate representation of color #AAB2F1: hue angle of 233.24º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB2F1 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 178 | 241 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.05 |
| HSL | 233.24º | 0.72% | 0.81% | - |
| HSV(B) | 233.24º | 0.29% | 0.95% | - |
| XYZ | 48.38 | 46.74 | 89.69 | - |
| YUV | 182.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 241 | 0.29 | 0.26 | 0 | 0.05 | 233.24 | 0.72 | 0.81 |
| Hex | AA | B2 | F1 | 1D | 1A | 0 | 5 | E9 | 48 | 51 |
| Octal | 252 | 262 | 361 | 35 | 32 | 0 | 5 | 351 | 110 | 121 |
| Binary | 10101010 | 10110010 | 11110001 | 11101 | 11010 | 0 | 101 | 11101001 | 1001000 | 1010001 |
Color Harmonies of #AAB2F1
Complementary color
Monochromatic Colors of #AAB2F1
Black with #AAB2F1
Text Example
Text Example
White with #AAB2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB2F1; }
p { color: rgb(170,178,241); }
H1.HeaderClassName
{
color: #AAB2F1;
}
.AnyTagClassName
{
color: #AAB2F1;
}
</style>
background-color css
<style>
a { background-color: #AAB2F1; }
a { background-color: rgb(170,178,241); }
div.DivClassName
{
background-color: #AAB2F1;
}
.BgClassName
{
background-color: #AAB2F1;
}
</style>
border-color css
<style>
span { border-color: #AAB2F1; }
span { border-color: rgb(170,178,241); }
td.TdClassName
{
border-color: #AAB2F1;
}
.TagClassName
{
border-color: #AAB2F1;
}
</style>