Shades of Perano #AAB1DB
Tints of Perano #AAB1DB
RGB
CMYK
RGB Variations
Color information
#AAB1DB (or 0xAAB1DB) is known color: Perano. HEX triplet: AA, B1 and DB. RGB value is (170,177,219). Sum of RGB (Red+Green+Blue) = 170+177+219=566 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.04% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAB1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1DB is #554E24. Grayscale: #B3B3B3. Windows color (decimal): -5590565 or 14397866. OLE color: 14397866.
HSL color Cylindrical-coordinate representation of color #AAB1DB: hue angle of 231.43º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAB1DB is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 177 | 219 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.14 |
| HSL | 231.43º | 0.4% | 0.76% | - |
| HSV(B) | 231.43º | 0.22% | 0.86% | - |
| XYZ | 45.09 | 45.1 | 73.35 | - |
| YUV | 179.7 | 150.18 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 219 | 0.22 | 0.19 | 0 | 0.14 | 231.43 | 0.4 | 0.76 |
| Hex | AA | B1 | DB | 16 | 13 | 0 | E | E7 | 28 | 4C |
| Octal | 252 | 261 | 333 | 26 | 23 | 0 | 16 | 347 | 50 | 114 |
| Binary | 10101010 | 10110001 | 11011011 | 10110 | 10011 | 0 | 1110 | 11100111 | 101000 | 1001100 |
Color Harmonies of #AAB1DB
Complementary color
Monochromatic Colors of #AAB1DB
Black with #AAB1DB
Text Example
Text Example
White with #AAB1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB1DB; }
p { color: rgb(170,177,219); }
H1.HeaderClassName
{
color: #AAB1DB;
}
.AnyTagClassName
{
color: #AAB1DB;
}
</style>
background-color css
<style>
a { background-color: #AAB1DB; }
a { background-color: rgb(170,177,219); }
div.DivClassName
{
background-color: #AAB1DB;
}
.BgClassName
{
background-color: #AAB1DB;
}
</style>
border-color css
<style>
span { border-color: #AAB1DB; }
span { border-color: rgb(170,177,219); }
td.TdClassName
{
border-color: #AAB1DB;
}
.TagClassName
{
border-color: #AAB1DB;
}
</style>