Shades of Perano #AAB0DB
Tints of Perano #AAB0DB
RGB
CMYK
RGB Variations
Color information
#AAB0DB (or 0xAAB0DB) is known color: Perano. HEX triplet: AA, B0 and DB. RGB value is (170,176,219). Sum of RGB (Red+Green+Blue) = 170+176+219=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAB0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0DB is #554F24. Grayscale: #B2B2B2. Windows color (decimal): -5590821 or 14397610. OLE color: 14397610.
HSL color Cylindrical-coordinate representation of color #AAB0DB: hue angle of 232.65º 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 #AAB0DB is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 176 | 219 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.14 |
| HSL | 232.65º | 0.4% | 0.76% | - |
| HSV(B) | 232.65º | 0.22% | 0.86% | - |
| XYZ | 44.89 | 44.71 | 73.28 | - |
| YUV | 179.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 219 | 0.22 | 0.20 | 0 | 0.14 | 232.65 | 0.4 | 0.76 |
| Hex | AA | B0 | DB | 16 | 14 | 0 | E | E9 | 28 | 4C |
| Octal | 252 | 260 | 333 | 26 | 24 | 0 | 16 | 351 | 50 | 114 |
| Binary | 10101010 | 10110000 | 11011011 | 10110 | 10100 | 0 | 1110 | 11101001 | 101000 | 1001100 |
Color Harmonies of #AAB0DB
Complementary color
Monochromatic Colors of #AAB0DB
Black with #AAB0DB
Text Example
Text Example
White with #AAB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB0DB; }
p { color: rgb(170,176,219); }
H1.HeaderClassName
{
color: #AAB0DB;
}
.AnyTagClassName
{
color: #AAB0DB;
}
</style>
background-color css
<style>
a { background-color: #AAB0DB; }
a { background-color: rgb(170,176,219); }
div.DivClassName
{
background-color: #AAB0DB;
}
.BgClassName
{
background-color: #AAB0DB;
}
</style>
border-color css
<style>
span { border-color: #AAB0DB; }
span { border-color: rgb(170,176,219); }
td.TdClassName
{
border-color: #AAB0DB;
}
.TagClassName
{
border-color: #AAB0DB;
}
</style>