Shades of Perano #AAB7FA
Tints of Perano #AAB7FA
RGB
CMYK
RGB Variations
Color information
#AAB7FA (or 0xAAB7FA) is known color: Perano. HEX triplet: AA, B7 and FA. RGB value is (170,183,250). Sum of RGB (Red+Green+Blue) = 170+183+250=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 183 (71.88% from 255 or 30.35% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAB7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7FA is #554805. Grayscale: #BABABA. Windows color (decimal): -5588998 or 16431018. OLE color: 16431018.
HSL color Cylindrical-coordinate representation of color #AAB7FA: hue angle of 230.25º 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 #AAB7FA is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 183 | 250 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.02 |
| HSL | 230.25º | 0.89% | 0.82% | - |
| HSV(B) | 230.25º | 0.32% | 0.98% | - |
| XYZ | 50.77 | 49.32 | 97.29 | - |
| YUV | 186.75 | 163.69 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 250 | 0.32 | 0.27 | 0 | 0.02 | 230.25 | 0.89 | 0.82 |
| Hex | AA | B7 | FA | 20 | 1B | 0 | 2 | E6 | 59 | 52 |
| Octal | 252 | 267 | 372 | 40 | 33 | 0 | 2 | 346 | 131 | 122 |
| Binary | 10101010 | 10110111 | 11111010 | 100000 | 11011 | 0 | 10 | 11100110 | 1011001 | 1010010 |
Color Harmonies of #AAB7FA
Complementary color
Monochromatic Colors of #AAB7FA
Black with #AAB7FA
Text Example
Text Example
White with #AAB7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7FA; }
p { color: rgb(170,183,250); }
H1.HeaderClassName
{
color: #AAB7FA;
}
.AnyTagClassName
{
color: #AAB7FA;
}
</style>
background-color css
<style>
a { background-color: #AAB7FA; }
a { background-color: rgb(170,183,250); }
div.DivClassName
{
background-color: #AAB7FA;
}
.BgClassName
{
background-color: #AAB7FA;
}
</style>
border-color css
<style>
span { border-color: #AAB7FA; }
span { border-color: rgb(170,183,250); }
td.TdClassName
{
border-color: #AAB7FA;
}
.TagClassName
{
border-color: #AAB7FA;
}
</style>