Shades of Perano #AAB7F5
Tints of Perano #AAB7F5
RGB
CMYK
RGB Variations
Color information
#AAB7F5 (or 0xAAB7F5) is known color: Perano. HEX triplet: AA, B7 and F5. RGB value is (170,183,245). Sum of RGB (Red+Green+Blue) = 170+183+245=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #AAB7F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7F5 is #55480A. Grayscale: #B9B9B9. Windows color (decimal): -5589003 or 16103338. OLE color: 16103338.
HSL color Cylindrical-coordinate representation of color #AAB7F5: hue angle of 229.6º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAB7F5 is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 183 | 245 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.04 |
| HSL | 229.6º | 0.79% | 0.81% | - |
| HSV(B) | 229.6º | 0.31% | 0.96% | - |
| XYZ | 49.99 | 49.01 | 93.21 | - |
| YUV | 186.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 245 | 0.31 | 0.25 | 0 | 0.04 | 229.6 | 0.79 | 0.81 |
| Hex | AA | B7 | F5 | 1F | 19 | 0 | 4 | E6 | 4F | 51 |
| Octal | 252 | 267 | 365 | 37 | 31 | 0 | 4 | 346 | 117 | 121 |
| Binary | 10101010 | 10110111 | 11110101 | 11111 | 11001 | 0 | 100 | 11100110 | 1001111 | 1010001 |
Color Harmonies of #AAB7F5
Complementary color
Monochromatic Colors of #AAB7F5
Black with #AAB7F5
Text Example
Text Example
White with #AAB7F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7F5; }
p { color: rgb(170,183,245); }
H1.HeaderClassName
{
color: #AAB7F5;
}
.AnyTagClassName
{
color: #AAB7F5;
}
</style>
background-color css
<style>
a { background-color: #AAB7F5; }
a { background-color: rgb(170,183,245); }
div.DivClassName
{
background-color: #AAB7F5;
}
.BgClassName
{
background-color: #AAB7F5;
}
</style>
border-color css
<style>
span { border-color: #AAB7F5; }
span { border-color: rgb(170,183,245); }
td.TdClassName
{
border-color: #AAB7F5;
}
.TagClassName
{
border-color: #AAB7F5;
}
</style>