Shades of Perano #AAB7FF
Tints of Perano #AAB7FF
RGB
CMYK
RGB Variations
Color information
#AAB7FF (or 0xAAB7FF) is known color: Perano. HEX triplet: AA, B7 and FF. RGB value is (170,183,255). Sum of RGB (Red+Green+Blue) = 170+183+255=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 183 (71.88% from 255 or 30.10% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAB7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB7FF is #554800. Grayscale: #BBBBBB. Windows color (decimal): -5588993 or 16758698. OLE color: 16758698.
HSL color Cylindrical-coordinate representation of color #AAB7FF: hue angle of 230.82º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAB7FF is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 183 | 255 | - |
| CMYK | 0.33 | 0.28 | 0 | 0 |
| HSL | 230.82º | 1% | 0.83% | - |
| HSV(B) | 230.82º | 0.33% | 1% | - |
| XYZ | 51.56 | 49.63 | 101.47 | - |
| YUV | 187.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 255 | 0.33 | 0.28 | 0 | 0 | 230.82 | 1 | 0.83 |
| Hex | AA | B7 | FF | 21 | 1C | 0 | 0 | E7 | 64 | 53 |
| Octal | 252 | 267 | 377 | 41 | 34 | 0 | 0 | 347 | 144 | 123 |
| Binary | 10101010 | 10110111 | 11111111 | 100001 | 11100 | 0 | 0 | 11100111 | 1100100 | 1010011 |
Color Harmonies of #AAB7FF
Complementary color
Monochromatic Colors of #AAB7FF
Black with #AAB7FF
Text Example
Text Example
White with #AAB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7FF; }
p { color: rgb(170,183,255); }
H1.HeaderClassName
{
color: #AAB7FF;
}
.AnyTagClassName
{
color: #AAB7FF;
}
</style>
background-color css
<style>
a { background-color: #AAB7FF; }
a { background-color: rgb(170,183,255); }
div.DivClassName
{
background-color: #AAB7FF;
}
.BgClassName
{
background-color: #AAB7FF;
}
</style>
border-color css
<style>
span { border-color: #AAB7FF; }
span { border-color: rgb(170,183,255); }
td.TdClassName
{
border-color: #AAB7FF;
}
.TagClassName
{
border-color: #AAB7FF;
}
</style>