Shades of Perano #AAB4FA
Tints of Perano #AAB4FA
RGB
CMYK
RGB Variations
Color information
#AAB4FA (or 0xAAB4FA) is known color: Perano. HEX triplet: AA, B4 and FA. RGB value is (170,180,250). Sum of RGB (Red+Green+Blue) = 170+180+250=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 180 (70.70% from 255 or 30% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAB4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4FA is #554B05. Grayscale: #B8B8B8. Windows color (decimal): -5589766 or 16430250. OLE color: 16430250.
HSL color Cylindrical-coordinate representation of color #AAB4FA: hue angle of 232.5º 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 #AAB4FA is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 180 | 250 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.02 |
| HSL | 232.5º | 0.89% | 0.82% | - |
| HSV(B) | 232.5º | 0.32% | 0.98% | - |
| XYZ | 50.15 | 48.09 | 97.08 | - |
| YUV | 184.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 250 | 0.32 | 0.28 | 0 | 0.02 | 232.5 | 0.89 | 0.82 |
| Hex | AA | B4 | FA | 20 | 1C | 0 | 2 | E8 | 59 | 52 |
| Octal | 252 | 264 | 372 | 40 | 34 | 0 | 2 | 350 | 131 | 122 |
| Binary | 10101010 | 10110100 | 11111010 | 100000 | 11100 | 0 | 10 | 11101000 | 1011001 | 1010010 |
Color Harmonies of #AAB4FA
Complementary color
Monochromatic Colors of #AAB4FA
Black with #AAB4FA
Text Example
Text Example
White with #AAB4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4FA; }
p { color: rgb(170,180,250); }
H1.HeaderClassName
{
color: #AAB4FA;
}
.AnyTagClassName
{
color: #AAB4FA;
}
</style>
background-color css
<style>
a { background-color: #AAB4FA; }
a { background-color: rgb(170,180,250); }
div.DivClassName
{
background-color: #AAB4FA;
}
.BgClassName
{
background-color: #AAB4FA;
}
</style>
border-color css
<style>
span { border-color: #AAB4FA; }
span { border-color: rgb(170,180,250); }
td.TdClassName
{
border-color: #AAB4FA;
}
.TagClassName
{
border-color: #AAB4FA;
}
</style>