Shades of Perano #AAB6F1
Tints of Perano #AAB6F1
RGB
CMYK
RGB Variations
Color information
#AAB6F1 (or 0xAAB6F1) is known color: Perano. HEX triplet: AA, B6 and F1. RGB value is (170,182,241). Sum of RGB (Red+Green+Blue) = 170+182+241=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAB6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6F1 is #55490E. Grayscale: #B8B8B8. Windows color (decimal): -5589263 or 15840938. OLE color: 15840938.
HSL color Cylindrical-coordinate representation of color #AAB6F1: hue angle of 229.86º 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 #AAB6F1 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 182 | 241 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.05 |
| HSL | 229.86º | 0.72% | 0.81% | - |
| HSV(B) | 229.86º | 0.29% | 0.95% | - |
| XYZ | 49.18 | 48.35 | 89.96 | - |
| YUV | 185.14 | 159.52 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 241 | 0.29 | 0.24 | 0 | 0.05 | 229.86 | 0.72 | 0.81 |
| Hex | AA | B6 | F1 | 1D | 18 | 0 | 5 | E6 | 48 | 51 |
| Octal | 252 | 266 | 361 | 35 | 30 | 0 | 5 | 346 | 110 | 121 |
| Binary | 10101010 | 10110110 | 11110001 | 11101 | 11000 | 0 | 101 | 11100110 | 1001000 | 1010001 |
Color Harmonies of #AAB6F1
Complementary color
Monochromatic Colors of #AAB6F1
Black with #AAB6F1
Text Example
Text Example
White with #AAB6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6F1; }
p { color: rgb(170,182,241); }
H1.HeaderClassName
{
color: #AAB6F1;
}
.AnyTagClassName
{
color: #AAB6F1;
}
</style>
background-color css
<style>
a { background-color: #AAB6F1; }
a { background-color: rgb(170,182,241); }
div.DivClassName
{
background-color: #AAB6F1;
}
.BgClassName
{
background-color: #AAB6F1;
}
</style>
border-color css
<style>
span { border-color: #AAB6F1; }
span { border-color: rgb(170,182,241); }
td.TdClassName
{
border-color: #AAB6F1;
}
.TagClassName
{
border-color: #AAB6F1;
}
</style>