Shades of Perano #A1AAEB
Tints of Perano #A1AAEB
RGB
CMYK
RGB Variations
Color information
#A1AAEB (or 0xA1AAEB) is known color: Perano. HEX triplet: A1, AA and EB. RGB value is (161,170,235). Sum of RGB (Red+Green+Blue) = 161+170+235=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AAEB is #5E5514. Grayscale: #AEAEAE. Windows color (decimal): -6182165 or 15444641. OLE color: 15444641.
HSL color Cylindrical-coordinate representation of color #A1AAEB: hue angle of 232.7º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1AAEB is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 170 | 235 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.08 |
| HSL | 232.7º | 0.65% | 0.78% | - |
| HSV(B) | 232.7º | 0.31% | 0.92% | - |
| XYZ | 44.07 | 42.32 | 84.44 | - |
| YUV | 174.72 | 162.02 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 235 | 0.31 | 0.28 | 0 | 0.08 | 232.7 | 0.65 | 0.78 |
| Hex | A1 | AA | EB | 1F | 1C | 0 | 8 | E9 | 41 | 4E |
| Octal | 241 | 252 | 353 | 37 | 34 | 0 | 10 | 351 | 101 | 116 |
| Binary | 10100001 | 10101010 | 11101011 | 11111 | 11100 | 0 | 1000 | 11101001 | 1000001 | 1001110 |
Color Harmonies of #A1AAEB
Complementary color
Monochromatic Colors of #A1AAEB
Black with #A1AAEB
Text Example
Text Example
White with #A1AAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AAEB; }
p { color: rgb(161,170,235); }
H1.HeaderClassName
{
color: #A1AAEB;
}
.AnyTagClassName
{
color: #A1AAEB;
}
</style>
background-color css
<style>
a { background-color: #A1AAEB; }
a { background-color: rgb(161,170,235); }
div.DivClassName
{
background-color: #A1AAEB;
}
.BgClassName
{
background-color: #A1AAEB;
}
</style>
border-color css
<style>
span { border-color: #A1AAEB; }
span { border-color: rgb(161,170,235); }
td.TdClassName
{
border-color: #A1AAEB;
}
.TagClassName
{
border-color: #A1AAEB;
}
</style>