Shades of Perano #AAB7DB
Tints of Perano #AAB7DB
RGB
CMYK
RGB Variations
Color information
#AAB7DB (or 0xAAB7DB) is known color: Perano. HEX triplet: AA, B7 and DB. RGB value is (170,183,219). Sum of RGB (Red+Green+Blue) = 170+183+219=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAB7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7DB is #554824. Grayscale: #B7B7B7. Windows color (decimal): -5589029 or 14399402. OLE color: 14399402.
HSL color Cylindrical-coordinate representation of color #AAB7DB: hue angle of 224.08º 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 #AAB7DB is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 183 | 219 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.14 |
| HSL | 224.08º | 0.4% | 0.76% | - |
| HSV(B) | 224.08º | 0.22% | 0.86% | - |
| XYZ | 46.3 | 47.53 | 73.75 | - |
| YUV | 183.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 219 | 0.22 | 0.16 | 0 | 0.14 | 224.08 | 0.4 | 0.76 |
| Hex | AA | B7 | DB | 16 | 10 | 0 | E | E0 | 28 | 4C |
| Octal | 252 | 267 | 333 | 26 | 20 | 0 | 16 | 340 | 50 | 114 |
| Binary | 10101010 | 10110111 | 11011011 | 10110 | 10000 | 0 | 1110 | 11100000 | 101000 | 1001100 |
Color Harmonies of #AAB7DB
Complementary color
Monochromatic Colors of #AAB7DB
Black with #AAB7DB
Text Example
Text Example
White with #AAB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB7DB; }
p { color: rgb(170,183,219); }
H1.HeaderClassName
{
color: #AAB7DB;
}
.AnyTagClassName
{
color: #AAB7DB;
}
</style>
background-color css
<style>
a { background-color: #AAB7DB; }
a { background-color: rgb(170,183,219); }
div.DivClassName
{
background-color: #AAB7DB;
}
.BgClassName
{
background-color: #AAB7DB;
}
</style>
border-color css
<style>
span { border-color: #AAB7DB; }
span { border-color: rgb(170,183,219); }
td.TdClassName
{
border-color: #AAB7DB;
}
.TagClassName
{
border-color: #AAB7DB;
}
</style>