Shades of Perano #AAB3F1
Tints of Perano #AAB3F1
RGB
CMYK
RGB Variations
Color information
#AAB3F1 (or 0xAAB3F1) is known color: Perano. HEX triplet: AA, B3 and F1. RGB value is (170,179,241). Sum of RGB (Red+Green+Blue) = 170+179+241=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #AAB3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB3F1 is #554C0E. Grayscale: #B7B7B7. Windows color (decimal): -5590031 or 15840170. OLE color: 15840170.
HSL color Cylindrical-coordinate representation of color #AAB3F1: hue angle of 232.39º 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 #AAB3F1 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 179 | 241 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.05 |
| HSL | 232.39º | 0.72% | 0.81% | - |
| HSV(B) | 232.39º | 0.29% | 0.95% | - |
| XYZ | 48.57 | 47.14 | 89.76 | - |
| YUV | 183.38 | 160.52 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 241 | 0.29 | 0.26 | 0 | 0.05 | 232.39 | 0.72 | 0.81 |
| Hex | AA | B3 | F1 | 1D | 1A | 0 | 5 | E8 | 48 | 51 |
| Octal | 252 | 263 | 361 | 35 | 32 | 0 | 5 | 350 | 110 | 121 |
| Binary | 10101010 | 10110011 | 11110001 | 11101 | 11010 | 0 | 101 | 11101000 | 1001000 | 1010001 |
Color Harmonies of #AAB3F1
Complementary color
Monochromatic Colors of #AAB3F1
Black with #AAB3F1
Text Example
Text Example
White with #AAB3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3F1; }
p { color: rgb(170,179,241); }
H1.HeaderClassName
{
color: #AAB3F1;
}
.AnyTagClassName
{
color: #AAB3F1;
}
</style>
background-color css
<style>
a { background-color: #AAB3F1; }
a { background-color: rgb(170,179,241); }
div.DivClassName
{
background-color: #AAB3F1;
}
.BgClassName
{
background-color: #AAB3F1;
}
</style>
border-color css
<style>
span { border-color: #AAB3F1; }
span { border-color: rgb(170,179,241); }
td.TdClassName
{
border-color: #AAB3F1;
}
.TagClassName
{
border-color: #AAB3F1;
}
</style>