Shades of Perano #AAB3DB
Tints of Perano #AAB3DB
RGB
CMYK
RGB Variations
Color information
#AAB3DB (or 0xAAB3DB) is known color: Perano. HEX triplet: AA, B3 and DB. RGB value is (170,179,219). Sum of RGB (Red+Green+Blue) = 170+179+219=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAB3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3DB is #554C24. Grayscale: #B4B4B4. Windows color (decimal): -5590053 or 14398378. OLE color: 14398378.
HSL color Cylindrical-coordinate representation of color #AAB3DB: hue angle of 228.98º 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 #AAB3DB is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 179 | 219 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.14 |
| HSL | 228.98º | 0.4% | 0.76% | - |
| HSV(B) | 228.98º | 0.22% | 0.86% | - |
| XYZ | 45.48 | 45.9 | 73.48 | - |
| YUV | 180.87 | 149.52 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 219 | 0.22 | 0.18 | 0 | 0.14 | 228.98 | 0.4 | 0.76 |
| Hex | AA | B3 | DB | 16 | 12 | 0 | E | E5 | 28 | 4C |
| Octal | 252 | 263 | 333 | 26 | 22 | 0 | 16 | 345 | 50 | 114 |
| Binary | 10101010 | 10110011 | 11011011 | 10110 | 10010 | 0 | 1110 | 11100101 | 101000 | 1001100 |
Color Harmonies of #AAB3DB
Complementary color
Monochromatic Colors of #AAB3DB
Black with #AAB3DB
Text Example
Text Example
White with #AAB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3DB; }
p { color: rgb(170,179,219); }
H1.HeaderClassName
{
color: #AAB3DB;
}
.AnyTagClassName
{
color: #AAB3DB;
}
</style>
background-color css
<style>
a { background-color: #AAB3DB; }
a { background-color: rgb(170,179,219); }
div.DivClassName
{
background-color: #AAB3DB;
}
.BgClassName
{
background-color: #AAB3DB;
}
</style>
border-color css
<style>
span { border-color: #AAB3DB; }
span { border-color: rgb(170,179,219); }
td.TdClassName
{
border-color: #AAB3DB;
}
.TagClassName
{
border-color: #AAB3DB;
}
</style>