Shades of Perano #A1AAEC
Tints of Perano #A1AAEC
RGB
CMYK
RGB Variations
Color information
#A1AAEC (or 0xA1AAEC) is known color: Perano. HEX triplet: A1, AA and EC. RGB value is (161,170,236). Sum of RGB (Red+Green+Blue) = 161+170+236=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1AAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AAEC is #5E5513. Grayscale: #AEAEAE. Windows color (decimal): -6182164 or 15510177. OLE color: 15510177.
HSL color Cylindrical-coordinate representation of color #A1AAEC: hue angle of 232.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1AAEC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 170 | 236 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.07 |
| HSL | 232.8º | 0.66% | 0.78% | - |
| HSV(B) | 232.8º | 0.32% | 0.93% | - |
| XYZ | 44.21 | 42.38 | 85.21 | - |
| YUV | 174.83 | 162.52 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 236 | 0.32 | 0.28 | 0 | 0.07 | 232.8 | 0.66 | 0.78 |
| Hex | A1 | AA | EC | 20 | 1C | 0 | 7 | E9 | 42 | 4E |
| Octal | 241 | 252 | 354 | 40 | 34 | 0 | 7 | 351 | 102 | 116 |
| Binary | 10100001 | 10101010 | 11101100 | 100000 | 11100 | 0 | 111 | 11101001 | 1000010 | 1001110 |
Color Harmonies of #A1AAEC
Complementary color
Monochromatic Colors of #A1AAEC
Black with #A1AAEC
Text Example
Text Example
White with #A1AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AAEC; }
p { color: rgb(161,170,236); }
H1.HeaderClassName
{
color: #A1AAEC;
}
.AnyTagClassName
{
color: #A1AAEC;
}
</style>
background-color css
<style>
a { background-color: #A1AAEC; }
a { background-color: rgb(161,170,236); }
div.DivClassName
{
background-color: #A1AAEC;
}
.BgClassName
{
background-color: #A1AAEC;
}
</style>
border-color css
<style>
span { border-color: #A1AAEC; }
span { border-color: rgb(161,170,236); }
td.TdClassName
{
border-color: #A1AAEC;
}
.TagClassName
{
border-color: #A1AAEC;
}
</style>