Shades of Perano #AAB7F4
Tints of Perano #AAB7F4
RGB
CMYK
RGB Variations
Color information
#AAB7F4 (or 0xAAB7F4) is known color: Perano. HEX triplet: AA, B7 and F4. RGB value is (170,183,244). Sum of RGB (Red+Green+Blue) = 170+183+244=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 244 (95.70% from 255 or 40.87% from 597); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAB7F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7F4 is #55480B. Grayscale: #B9B9B9. Windows color (decimal): -5589004 or 16037802. OLE color: 16037802.
HSL color Cylindrical-coordinate representation of color #AAB7F4: hue angle of 229.46º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAB7F4 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 183 | 244 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.04 |
| HSL | 229.46º | 0.77% | 0.81% | - |
| HSV(B) | 229.46º | 0.3% | 0.96% | - |
| XYZ | 49.84 | 48.94 | 92.41 | - |
| YUV | 186.07 | 160.69 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 244 | 0.30 | 0.25 | 0 | 0.04 | 229.46 | 0.77 | 0.81 |
| Hex | AA | B7 | F4 | 1E | 19 | 0 | 4 | E5 | 4D | 51 |
| Octal | 252 | 267 | 364 | 36 | 31 | 0 | 4 | 345 | 115 | 121 |
| Binary | 10101010 | 10110111 | 11110100 | 11110 | 11001 | 0 | 100 | 11100101 | 1001101 | 1010001 |
Color Harmonies of #AAB7F4
Complementary color
Monochromatic Colors of #AAB7F4
Black with #AAB7F4
Text Example
Text Example
White with #AAB7F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7F4; }
p { color: rgb(170,183,244); }
H1.HeaderClassName
{
color: #AAB7F4;
}
.AnyTagClassName
{
color: #AAB7F4;
}
</style>
background-color css
<style>
a { background-color: #AAB7F4; }
a { background-color: rgb(170,183,244); }
div.DivClassName
{
background-color: #AAB7F4;
}
.BgClassName
{
background-color: #AAB7F4;
}
</style>
border-color css
<style>
span { border-color: #AAB7F4; }
span { border-color: rgb(170,183,244); }
td.TdClassName
{
border-color: #AAB7F4;
}
.TagClassName
{
border-color: #AAB7F4;
}
</style>