Shades of Perano #AAB4F9
Tints of Perano #AAB4F9
RGB
CMYK
RGB Variations
Color information
#AAB4F9 (or 0xAAB4F9) is known color: Perano. HEX triplet: AA, B4 and F9. RGB value is (170,180,249). Sum of RGB (Red+Green+Blue) = 170+180+249=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAB4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB4F9 is #554B06. Grayscale: #B8B8B8. Windows color (decimal): -5589767 or 16364714. OLE color: 16364714.
HSL color Cylindrical-coordinate representation of color #AAB4F9: hue angle of 232.41º degrees, saturation: 0.87, 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 #AAB4F9 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 180 | 249 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.02 |
| HSL | 232.41º | 0.87% | 0.82% | - |
| HSV(B) | 232.41º | 0.32% | 0.98% | - |
| XYZ | 50 | 48.03 | 96.26 | - |
| YUV | 184.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 249 | 0.32 | 0.28 | 0 | 0.02 | 232.41 | 0.87 | 0.82 |
| Hex | AA | B4 | F9 | 20 | 1C | 0 | 2 | E8 | 57 | 52 |
| Octal | 252 | 264 | 371 | 40 | 34 | 0 | 2 | 350 | 127 | 122 |
| Binary | 10101010 | 10110100 | 11111001 | 100000 | 11100 | 0 | 10 | 11101000 | 1010111 | 1010010 |
Color Harmonies of #AAB4F9
Complementary color
Monochromatic Colors of #AAB4F9
Black with #AAB4F9
Text Example
Text Example
White with #AAB4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4F9; }
p { color: rgb(170,180,249); }
H1.HeaderClassName
{
color: #AAB4F9;
}
.AnyTagClassName
{
color: #AAB4F9;
}
</style>
background-color css
<style>
a { background-color: #AAB4F9; }
a { background-color: rgb(170,180,249); }
div.DivClassName
{
background-color: #AAB4F9;
}
.BgClassName
{
background-color: #AAB4F9;
}
</style>
border-color css
<style>
span { border-color: #AAB4F9; }
span { border-color: rgb(170,180,249); }
td.TdClassName
{
border-color: #AAB4F9;
}
.TagClassName
{
border-color: #AAB4F9;
}
</style>