Shades of Perano #AAB0DD
Tints of Perano #AAB0DD
RGB
CMYK
RGB Variations
Color information
#AAB0DD (or 0xAAB0DD) is known color: Perano. HEX triplet: AA, B0 and DD. RGB value is (170,176,221). Sum of RGB (Red+Green+Blue) = 170+176+221=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0DD is #554F22. Grayscale: #B3B3B3. Windows color (decimal): -5590819 or 14528682. OLE color: 14528682.
HSL color Cylindrical-coordinate representation of color #AAB0DD: hue angle of 232.94º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB0DD is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 176 | 221 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.13 |
| HSL | 232.94º | 0.43% | 0.77% | - |
| HSV(B) | 232.94º | 0.23% | 0.87% | - |
| XYZ | 45.15 | 44.82 | 74.68 | - |
| YUV | 179.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 221 | 0.23 | 0.20 | 0 | 0.13 | 232.94 | 0.43 | 0.77 |
| Hex | AA | B0 | DD | 17 | 14 | 0 | D | E9 | 2B | 4D |
| Octal | 252 | 260 | 335 | 27 | 24 | 0 | 15 | 351 | 53 | 115 |
| Binary | 10101010 | 10110000 | 11011101 | 10111 | 10100 | 0 | 1101 | 11101001 | 101011 | 1001101 |
Color Harmonies of #AAB0DD
Complementary color
Monochromatic Colors of #AAB0DD
Black with #AAB0DD
Text Example
Text Example
White with #AAB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0DD; }
p { color: rgb(170,176,221); }
H1.HeaderClassName
{
color: #AAB0DD;
}
.AnyTagClassName
{
color: #AAB0DD;
}
</style>
background-color css
<style>
a { background-color: #AAB0DD; }
a { background-color: rgb(170,176,221); }
div.DivClassName
{
background-color: #AAB0DD;
}
.BgClassName
{
background-color: #AAB0DD;
}
</style>
border-color css
<style>
span { border-color: #AAB0DD; }
span { border-color: rgb(170,176,221); }
td.TdClassName
{
border-color: #AAB0DD;
}
.TagClassName
{
border-color: #AAB0DD;
}
</style>