Shades of Perano #AAACDD
Tints of Perano #AAACDD
RGB
CMYK
RGB Variations
Color information
#AAACDD (or 0xAAACDD) is known color: Perano. HEX triplet: AA, AC and DD. RGB value is (170,172,221). Sum of RGB (Red+Green+Blue) = 170+172+221=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACDD is #555322. Grayscale: #B0B0B0. Windows color (decimal): -5591843 or 14527658. OLE color: 14527658.
HSL color Cylindrical-coordinate representation of color #AAACDD: hue angle of 237.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAACDD is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 172 | 221 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.13 |
| HSL | 237.65º | 0.43% | 0.77% | - |
| HSV(B) | 237.65º | 0.23% | 0.87% | - |
| XYZ | 44.38 | 43.27 | 74.42 | - |
| YUV | 176.99 | 152.84 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 221 | 0.23 | 0.22 | 0 | 0.13 | 237.65 | 0.43 | 0.77 |
| Hex | AA | AC | DD | 17 | 16 | 0 | D | EE | 2B | 4D |
| Octal | 252 | 254 | 335 | 27 | 26 | 0 | 15 | 356 | 53 | 115 |
| Binary | 10101010 | 10101100 | 11011101 | 10111 | 10110 | 0 | 1101 | 11101110 | 101011 | 1001101 |
Color Harmonies of #AAACDD
Complementary color
Monochromatic Colors of #AAACDD
Black with #AAACDD
Text Example
Text Example
White with #AAACDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAACDD; }
p { color: rgb(170,172,221); }
H1.HeaderClassName
{
color: #AAACDD;
}
.AnyTagClassName
{
color: #AAACDD;
}
</style>
background-color css
<style>
a { background-color: #AAACDD; }
a { background-color: rgb(170,172,221); }
div.DivClassName
{
background-color: #AAACDD;
}
.BgClassName
{
background-color: #AAACDD;
}
</style>
border-color css
<style>
span { border-color: #AAACDD; }
span { border-color: rgb(170,172,221); }
td.TdClassName
{
border-color: #AAACDD;
}
.TagClassName
{
border-color: #AAACDD;
}
</style>