Shades of Perano #AAB0DF
Tints of Perano #AAB0DF
RGB
CMYK
RGB Variations
Color information
#AAB0DF (or 0xAAB0DF) is known color: Perano. HEX triplet: AA, B0 and DF. RGB value is (170,176,223). Sum of RGB (Red+Green+Blue) = 170+176+223=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAB0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0DF is #554F20. Grayscale: #B3B3B3. Windows color (decimal): -5590817 or 14659754. OLE color: 14659754.
HSL color Cylindrical-coordinate representation of color #AAB0DF: hue angle of 233.21º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB0DF is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 176 | 223 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.13 |
| HSL | 233.21º | 0.45% | 0.77% | - |
| HSV(B) | 233.21º | 0.24% | 0.87% | - |
| XYZ | 45.42 | 44.92 | 76.09 | - |
| YUV | 179.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 223 | 0.24 | 0.21 | 0 | 0.13 | 233.21 | 0.45 | 0.77 |
| Hex | AA | B0 | DF | 18 | 15 | 0 | D | E9 | 2D | 4D |
| Octal | 252 | 260 | 337 | 30 | 25 | 0 | 15 | 351 | 55 | 115 |
| Binary | 10101010 | 10110000 | 11011111 | 11000 | 10101 | 0 | 1101 | 11101001 | 101101 | 1001101 |
Color Harmonies of #AAB0DF
Complementary color
Monochromatic Colors of #AAB0DF
Black with #AAB0DF
Text Example
Text Example
White with #AAB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0DF; }
p { color: rgb(170,176,223); }
H1.HeaderClassName
{
color: #AAB0DF;
}
.AnyTagClassName
{
color: #AAB0DF;
}
</style>
background-color css
<style>
a { background-color: #AAB0DF; }
a { background-color: rgb(170,176,223); }
div.DivClassName
{
background-color: #AAB0DF;
}
.BgClassName
{
background-color: #AAB0DF;
}
</style>
border-color css
<style>
span { border-color: #AAB0DF; }
span { border-color: rgb(170,176,223); }
td.TdClassName
{
border-color: #AAB0DF;
}
.TagClassName
{
border-color: #AAB0DF;
}
</style>