Shades of Perano #AAB7F7
Tints of Perano #AAB7F7
RGB
CMYK
RGB Variations
Color information
#AAB7F7 (or 0xAAB7F7) is known color: Perano. HEX triplet: AA, B7 and F7. RGB value is (170,183,247). Sum of RGB (Red+Green+Blue) = 170+183+247=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 183 (71.88% from 255 or 30.5% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 247 - color contains mainly: blue. Hex color #AAB7F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7F7 is #554808. Grayscale: #BABABA. Windows color (decimal): -5589001 or 16234410. OLE color: 16234410.
HSL color Cylindrical-coordinate representation of color #AAB7F7: hue angle of 229.87º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAB7F7 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 183 | 247 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.03 |
| HSL | 229.87º | 0.83% | 0.82% | - |
| HSV(B) | 229.87º | 0.31% | 0.97% | - |
| XYZ | 50.3 | 49.13 | 94.83 | - |
| YUV | 186.41 | 162.19 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 247 | 0.31 | 0.26 | 0 | 0.03 | 229.87 | 0.83 | 0.82 |
| Hex | AA | B7 | F7 | 1F | 1A | 0 | 3 | E6 | 53 | 52 |
| Octal | 252 | 267 | 367 | 37 | 32 | 0 | 3 | 346 | 123 | 122 |
| Binary | 10101010 | 10110111 | 11110111 | 11111 | 11010 | 0 | 11 | 11100110 | 1010011 | 1010010 |
Color Harmonies of #AAB7F7
Complementary color
Monochromatic Colors of #AAB7F7
Black with #AAB7F7
Text Example
Text Example
White with #AAB7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7F7; }
p { color: rgb(170,183,247); }
H1.HeaderClassName
{
color: #AAB7F7;
}
.AnyTagClassName
{
color: #AAB7F7;
}
</style>
background-color css
<style>
a { background-color: #AAB7F7; }
a { background-color: rgb(170,183,247); }
div.DivClassName
{
background-color: #AAB7F7;
}
.BgClassName
{
background-color: #AAB7F7;
}
</style>
border-color css
<style>
span { border-color: #AAB7F7; }
span { border-color: rgb(170,183,247); }
td.TdClassName
{
border-color: #AAB7F7;
}
.TagClassName
{
border-color: #AAB7F7;
}
</style>