Shades of Perano #AAB8FF
Tints of Perano #AAB8FF
RGB
CMYK
RGB Variations
Color information
#AAB8FF (or 0xAAB8FF) is known color: Perano. HEX triplet: AA, B8 and FF. RGB value is (170,184,255). Sum of RGB (Red+Green+Blue) = 170+184+255=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 184 (72.27% from 255 or 30.21% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAB8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAB8FF is #554700. Grayscale: #BBBBBB. Windows color (decimal): -5588737 or 16758954. OLE color: 16758954.
HSL color Cylindrical-coordinate representation of color #AAB8FF: hue angle of 230.12º 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 #AAB8FF is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 184 | 255 | - |
| CMYK | 0.33 | 0.28 | 0 | 0 |
| HSL | 230.12º | 1% | 0.83% | - |
| HSV(B) | 230.12º | 0.33% | 1% | - |
| XYZ | 51.77 | 50.05 | 101.54 | - |
| YUV | 187.91 | 165.86 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 255 | 0.33 | 0.28 | 0 | 0 | 230.12 | 1 | 0.83 |
| Hex | AA | B8 | FF | 21 | 1C | 0 | 0 | E6 | 64 | 53 |
| Octal | 252 | 270 | 377 | 41 | 34 | 0 | 0 | 346 | 144 | 123 |
| Binary | 10101010 | 10111000 | 11111111 | 100001 | 11100 | 0 | 0 | 11100110 | 1100100 | 1010011 |
Color Harmonies of #AAB8FF
Complementary color
Monochromatic Colors of #AAB8FF
Black with #AAB8FF
Text Example
Text Example
White with #AAB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB8FF; }
p { color: rgb(170,184,255); }
H1.HeaderClassName
{
color: #AAB8FF;
}
.AnyTagClassName
{
color: #AAB8FF;
}
</style>
background-color css
<style>
a { background-color: #AAB8FF; }
a { background-color: rgb(170,184,255); }
div.DivClassName
{
background-color: #AAB8FF;
}
.BgClassName
{
background-color: #AAB8FF;
}
</style>
border-color css
<style>
span { border-color: #AAB8FF; }
span { border-color: rgb(170,184,255); }
td.TdClassName
{
border-color: #AAB8FF;
}
.TagClassName
{
border-color: #AAB8FF;
}
</style>