Shades of Perano #AAB0F0
Tints of Perano #AAB0F0
RGB
CMYK
RGB Variations
Color information
#AAB0F0 (or 0xAAB0F0) is known color: Perano. HEX triplet: AA, B0 and F0. RGB value is (170,176,240). Sum of RGB (Red+Green+Blue) = 170+176+240=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAB0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAB0F0 is #554F0F. Grayscale: #B5B5B5. Windows color (decimal): -5590800 or 15773866. OLE color: 15773866.
HSL color Cylindrical-coordinate representation of color #AAB0F0: hue angle of 234.86º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAB0F0 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 176 | 240 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.06 |
| HSL | 234.86º | 0.7% | 0.8% | - |
| HSV(B) | 234.86º | 0.29% | 0.94% | - |
| XYZ | 47.83 | 45.89 | 88.77 | - |
| YUV | 181.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 240 | 0.29 | 0.27 | 0 | 0.06 | 234.86 | 0.7 | 0.8 |
| Hex | AA | B0 | F0 | 1D | 1B | 0 | 6 | EB | 46 | 50 |
| Octal | 252 | 260 | 360 | 35 | 33 | 0 | 6 | 353 | 106 | 120 |
| Binary | 10101010 | 10110000 | 11110000 | 11101 | 11011 | 0 | 110 | 11101011 | 1000110 | 1010000 |
Color Harmonies of #AAB0F0
Complementary color
Monochromatic Colors of #AAB0F0
Black with #AAB0F0
Text Example
Text Example
White with #AAB0F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0F0; }
p { color: rgb(170,176,240); }
H1.HeaderClassName
{
color: #AAB0F0;
}
.AnyTagClassName
{
color: #AAB0F0;
}
</style>
background-color css
<style>
a { background-color: #AAB0F0; }
a { background-color: rgb(170,176,240); }
div.DivClassName
{
background-color: #AAB0F0;
}
.BgClassName
{
background-color: #AAB0F0;
}
</style>
border-color css
<style>
span { border-color: #AAB0F0; }
span { border-color: rgb(170,176,240); }
td.TdClassName
{
border-color: #AAB0F0;
}
.TagClassName
{
border-color: #AAB0F0;
}
</style>