Shades of Perano #AAB6FA
Tints of Perano #AAB6FA
RGB
CMYK
RGB Variations
Color information
#AAB6FA (or 0xAAB6FA) is known color: Perano. HEX triplet: AA, B6 and FA. RGB value is (170,182,250). Sum of RGB (Red+Green+Blue) = 170+182+250=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAB6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB6FA is #554905. Grayscale: #B9B9B9. Windows color (decimal): -5589254 or 16430762. OLE color: 16430762.
HSL color Cylindrical-coordinate representation of color #AAB6FA: hue angle of 231º 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 #AAB6FA is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 182 | 250 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.02 |
| HSL | 231º | 0.89% | 0.82% | - |
| HSV(B) | 231º | 0.32% | 0.98% | - |
| XYZ | 50.56 | 48.9 | 97.22 | - |
| YUV | 186.16 | 164.02 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 250 | 0.32 | 0.27 | 0 | 0.02 | 231 | 0.89 | 0.82 |
| Hex | AA | B6 | FA | 20 | 1B | 0 | 2 | E7 | 59 | 52 |
| Octal | 252 | 266 | 372 | 40 | 33 | 0 | 2 | 347 | 131 | 122 |
| Binary | 10101010 | 10110110 | 11111010 | 100000 | 11011 | 0 | 10 | 11100111 | 1011001 | 1010010 |
Color Harmonies of #AAB6FA
Complementary color
Monochromatic Colors of #AAB6FA
Black with #AAB6FA
Text Example
Text Example
White with #AAB6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB6FA; }
p { color: rgb(170,182,250); }
H1.HeaderClassName
{
color: #AAB6FA;
}
.AnyTagClassName
{
color: #AAB6FA;
}
</style>
background-color css
<style>
a { background-color: #AAB6FA; }
a { background-color: rgb(170,182,250); }
div.DivClassName
{
background-color: #AAB6FA;
}
.BgClassName
{
background-color: #AAB6FA;
}
</style>
border-color css
<style>
span { border-color: #AAB6FA; }
span { border-color: rgb(170,182,250); }
td.TdClassName
{
border-color: #AAB6FA;
}
.TagClassName
{
border-color: #AAB6FA;
}
</style>