Shades of Perano #AAB4DB
Tints of Perano #AAB4DB
RGB
CMYK
RGB Variations
Color information
#AAB4DB (or 0xAAB4DB) is known color: Perano. HEX triplet: AA, B4 and DB. RGB value is (170,180,219). Sum of RGB (Red+Green+Blue) = 170+180+219=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 180 (70.70% from 255 or 31.63% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAB4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB4DB is #554B24. Grayscale: #B5B5B5. Windows color (decimal): -5589797 or 14398634. OLE color: 14398634.
HSL color Cylindrical-coordinate representation of color #AAB4DB: hue angle of 227.76º 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 #AAB4DB is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 180 | 219 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.14 |
| HSL | 227.76º | 0.4% | 0.76% | - |
| HSV(B) | 227.76º | 0.22% | 0.86% | - |
| XYZ | 45.69 | 46.3 | 73.55 | - |
| YUV | 181.46 | 149.19 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 219 | 0.22 | 0.18 | 0 | 0.14 | 227.76 | 0.4 | 0.76 |
| Hex | AA | B4 | DB | 16 | 12 | 0 | E | E4 | 28 | 4C |
| Octal | 252 | 264 | 333 | 26 | 22 | 0 | 16 | 344 | 50 | 114 |
| Binary | 10101010 | 10110100 | 11011011 | 10110 | 10010 | 0 | 1110 | 11100100 | 101000 | 1001100 |
Color Harmonies of #AAB4DB
Complementary color
Monochromatic Colors of #AAB4DB
Black with #AAB4DB
Text Example
Text Example
White with #AAB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB4DB; }
p { color: rgb(170,180,219); }
H1.HeaderClassName
{
color: #AAB4DB;
}
.AnyTagClassName
{
color: #AAB4DB;
}
</style>
background-color css
<style>
a { background-color: #AAB4DB; }
a { background-color: rgb(170,180,219); }
div.DivClassName
{
background-color: #AAB4DB;
}
.BgClassName
{
background-color: #AAB4DB;
}
</style>
border-color css
<style>
span { border-color: #AAB4DB; }
span { border-color: rgb(170,180,219); }
td.TdClassName
{
border-color: #AAB4DB;
}
.TagClassName
{
border-color: #AAB4DB;
}
</style>