Shades of Perano #AAB5FA
Tints of Perano #AAB5FA
RGB
CMYK
RGB Variations
Color information
#AAB5FA (or 0xAAB5FA) is known color: Perano. HEX triplet: AA, B5 and FA. RGB value is (170,181,250). Sum of RGB (Red+Green+Blue) = 170+181+250=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAB5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB5FA is #554A05. Grayscale: #B9B9B9. Windows color (decimal): -5589510 or 16430506. OLE color: 16430506.
HSL color Cylindrical-coordinate representation of color #AAB5FA: hue angle of 231.75º degrees, saturation: 0.89, 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 #AAB5FA is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 181 | 250 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.02 |
| HSL | 231.75º | 0.89% | 0.82% | - |
| HSV(B) | 231.75º | 0.32% | 0.98% | - |
| XYZ | 50.36 | 48.5 | 97.15 | - |
| YUV | 185.58 | 164.36 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 250 | 0.32 | 0.28 | 0 | 0.02 | 231.75 | 0.89 | 0.82 |
| Hex | AA | B5 | FA | 20 | 1C | 0 | 2 | E8 | 59 | 52 |
| Octal | 252 | 265 | 372 | 40 | 34 | 0 | 2 | 350 | 131 | 122 |
| Binary | 10101010 | 10110101 | 11111010 | 100000 | 11100 | 0 | 10 | 11101000 | 1011001 | 1010010 |
Color Harmonies of #AAB5FA
Complementary color
Monochromatic Colors of #AAB5FA
Black with #AAB5FA
Text Example
Text Example
White with #AAB5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB5FA; }
p { color: rgb(170,181,250); }
H1.HeaderClassName
{
color: #AAB5FA;
}
.AnyTagClassName
{
color: #AAB5FA;
}
</style>
background-color css
<style>
a { background-color: #AAB5FA; }
a { background-color: rgb(170,181,250); }
div.DivClassName
{
background-color: #AAB5FA;
}
.BgClassName
{
background-color: #AAB5FA;
}
</style>
border-color css
<style>
span { border-color: #AAB5FA; }
span { border-color: rgb(170,181,250); }
td.TdClassName
{
border-color: #AAB5FA;
}
.TagClassName
{
border-color: #AAB5FA;
}
</style>