Shades of Perano #AAB3DF
Tints of Perano #AAB3DF
RGB
CMYK
RGB Variations
Color information
#AAB3DF (or 0xAAB3DF) is known color: Perano. HEX triplet: AA, B3 and DF. RGB value is (170,179,223). Sum of RGB (Red+Green+Blue) = 170+179+223=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAB3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB3DF is #554C20. Grayscale: #B5B5B5. Windows color (decimal): -5590049 or 14660522. OLE color: 14660522.
HSL color Cylindrical-coordinate representation of color #AAB3DF: hue angle of 229.81º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB3DF is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 179 | 223 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.13 |
| HSL | 229.81º | 0.45% | 0.77% | - |
| HSV(B) | 229.81º | 0.24% | 0.87% | - |
| XYZ | 46.02 | 46.11 | 76.29 | - |
| YUV | 181.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 223 | 0.24 | 0.20 | 0 | 0.13 | 229.81 | 0.45 | 0.77 |
| Hex | AA | B3 | DF | 18 | 14 | 0 | D | E6 | 2D | 4D |
| Octal | 252 | 263 | 337 | 30 | 24 | 0 | 15 | 346 | 55 | 115 |
| Binary | 10101010 | 10110011 | 11011111 | 11000 | 10100 | 0 | 1101 | 11100110 | 101101 | 1001101 |
Color Harmonies of #AAB3DF
Complementary color
Monochromatic Colors of #AAB3DF
Black with #AAB3DF
Text Example
Text Example
White with #AAB3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB3DF; }
p { color: rgb(170,179,223); }
H1.HeaderClassName
{
color: #AAB3DF;
}
.AnyTagClassName
{
color: #AAB3DF;
}
</style>
background-color css
<style>
a { background-color: #AAB3DF; }
a { background-color: rgb(170,179,223); }
div.DivClassName
{
background-color: #AAB3DF;
}
.BgClassName
{
background-color: #AAB3DF;
}
</style>
border-color css
<style>
span { border-color: #AAB3DF; }
span { border-color: rgb(170,179,223); }
td.TdClassName
{
border-color: #AAB3DF;
}
.TagClassName
{
border-color: #AAB3DF;
}
</style>