Shades of Perano #A1AAE5
Tints of Perano #A1AAE5
RGB
CMYK
RGB Variations
Color information
#A1AAE5 (or 0xA1AAE5) is known color: Perano. HEX triplet: A1, AA and E5. RGB value is (161,170,229). Sum of RGB (Red+Green+Blue) = 161+170+229=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #A1AAE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AAE5 is #5E551A. Grayscale: #ADADAD. Windows color (decimal): -6182171 or 15051425. OLE color: 15051425.
HSL color Cylindrical-coordinate representation of color #A1AAE5: hue angle of 232.06º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1AAE5 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 170 | 229 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.10 |
| HSL | 232.06º | 0.57% | 0.76% | - |
| HSV(B) | 232.06º | 0.3% | 0.9% | - |
| XYZ | 43.22 | 41.98 | 79.95 | - |
| YUV | 174.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 229 | 0.30 | 0.26 | 0 | 0.10 | 232.06 | 0.57 | 0.76 |
| Hex | A1 | AA | E5 | 1E | 1A | 0 | A | E8 | 39 | 4C |
| Octal | 241 | 252 | 345 | 36 | 32 | 0 | 12 | 350 | 71 | 114 |
| Binary | 10100001 | 10101010 | 11100101 | 11110 | 11010 | 0 | 1010 | 11101000 | 111001 | 1001100 |
Color Harmonies of #A1AAE5
Complementary color
Monochromatic Colors of #A1AAE5
Black with #A1AAE5
Text Example
Text Example
White with #A1AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AAE5; }
p { color: rgb(161,170,229); }
H1.HeaderClassName
{
color: #A1AAE5;
}
.AnyTagClassName
{
color: #A1AAE5;
}
</style>
background-color css
<style>
a { background-color: #A1AAE5; }
a { background-color: rgb(161,170,229); }
div.DivClassName
{
background-color: #A1AAE5;
}
.BgClassName
{
background-color: #A1AAE5;
}
</style>
border-color css
<style>
span { border-color: #A1AAE5; }
span { border-color: rgb(161,170,229); }
td.TdClassName
{
border-color: #A1AAE5;
}
.TagClassName
{
border-color: #A1AAE5;
}
</style>