Shades of Perano #AAAEDC
Tints of Perano #AAAEDC
RGB
CMYK
RGB Variations
Color information
#AAAEDC (or 0xAAAEDC) is known color: Perano. HEX triplet: AA, AE and DC. RGB value is (170,174,220). Sum of RGB (Red+Green+Blue) = 170+174+220=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAEDC is #555123. Grayscale: #B1B1B1. Windows color (decimal): -5591332 or 14462634. OLE color: 14462634.
HSL color Cylindrical-coordinate representation of color #AAAEDC: hue angle of 235.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAAEDC is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 174 | 220 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.14 |
| HSL | 235.2º | 0.42% | 0.76% | - |
| HSV(B) | 235.2º | 0.23% | 0.86% | - |
| XYZ | 44.63 | 43.99 | 73.85 | - |
| YUV | 178.05 | 151.67 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 220 | 0.23 | 0.21 | 0 | 0.14 | 235.2 | 0.42 | 0.76 |
| Hex | AA | AE | DC | 17 | 15 | 0 | E | EB | 2A | 4C |
| Octal | 252 | 256 | 334 | 27 | 25 | 0 | 16 | 353 | 52 | 114 |
| Binary | 10101010 | 10101110 | 11011100 | 10111 | 10101 | 0 | 1110 | 11101011 | 101010 | 1001100 |
Color Harmonies of #AAAEDC
Complementary color
Monochromatic Colors of #AAAEDC
Black with #AAAEDC
Text Example
Text Example
White with #AAAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAEDC; }
p { color: rgb(170,174,220); }
H1.HeaderClassName
{
color: #AAAEDC;
}
.AnyTagClassName
{
color: #AAAEDC;
}
</style>
background-color css
<style>
a { background-color: #AAAEDC; }
a { background-color: rgb(170,174,220); }
div.DivClassName
{
background-color: #AAAEDC;
}
.BgClassName
{
background-color: #AAAEDC;
}
</style>
border-color css
<style>
span { border-color: #AAAEDC; }
span { border-color: rgb(170,174,220); }
td.TdClassName
{
border-color: #AAAEDC;
}
.TagClassName
{
border-color: #AAAEDC;
}
</style>