Shades of Perano #AAB0F1
Tints of Perano #AAB0F1
RGB
CMYK
RGB Variations
Color information
#AAB0F1 (or 0xAAB0F1) is known color: Perano. HEX triplet: AA, B0 and F1. RGB value is (170,176,241). Sum of RGB (Red+Green+Blue) = 170+176+241=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAB0F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0F1 is #554F0E. Grayscale: #B5B5B5. Windows color (decimal): -5590799 or 15839402. OLE color: 15839402.
HSL color Cylindrical-coordinate representation of color #AAB0F1: hue angle of 234.93º 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 #AAB0F1 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 176 | 241 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.05 |
| HSL | 234.93º | 0.72% | 0.81% | - |
| HSV(B) | 234.93º | 0.29% | 0.95% | - |
| XYZ | 47.98 | 45.95 | 89.56 | - |
| YUV | 181.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 241 | 0.29 | 0.27 | 0 | 0.05 | 234.93 | 0.72 | 0.81 |
| Hex | AA | B0 | F1 | 1D | 1B | 0 | 5 | EB | 48 | 51 |
| Octal | 252 | 260 | 361 | 35 | 33 | 0 | 5 | 353 | 110 | 121 |
| Binary | 10101010 | 10110000 | 11110001 | 11101 | 11011 | 0 | 101 | 11101011 | 1001000 | 1010001 |
Color Harmonies of #AAB0F1
Complementary color
Monochromatic Colors of #AAB0F1
Black with #AAB0F1
Text Example
Text Example
White with #AAB0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0F1; }
p { color: rgb(170,176,241); }
H1.HeaderClassName
{
color: #AAB0F1;
}
.AnyTagClassName
{
color: #AAB0F1;
}
</style>
background-color css
<style>
a { background-color: #AAB0F1; }
a { background-color: rgb(170,176,241); }
div.DivClassName
{
background-color: #AAB0F1;
}
.BgClassName
{
background-color: #AAB0F1;
}
</style>
border-color css
<style>
span { border-color: #AAB0F1; }
span { border-color: rgb(170,176,241); }
td.TdClassName
{
border-color: #AAB0F1;
}
.TagClassName
{
border-color: #AAB0F1;
}
</style>