Shades of Perano #A1AAED
Tints of Perano #A1AAED
RGB
CMYK
RGB Variations
Color information
#A1AAED (or 0xA1AAED) is known color: Perano. HEX triplet: A1, AA and ED. RGB value is (161,170,237). Sum of RGB (Red+Green+Blue) = 161+170+237=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1AAED is #5E5512. Grayscale: #AEAEAE. Windows color (decimal): -6182163 or 15575713. OLE color: 15575713.
HSL color Cylindrical-coordinate representation of color #A1AAED: hue angle of 232.89º degrees, saturation: 0.68, 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 #A1AAED is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 170 | 237 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.07 |
| HSL | 232.89º | 0.68% | 0.78% | - |
| HSV(B) | 232.89º | 0.32% | 0.93% | - |
| XYZ | 44.36 | 42.44 | 85.97 | - |
| YUV | 174.95 | 163.02 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 237 | 0.32 | 0.28 | 0 | 0.07 | 232.89 | 0.68 | 0.78 |
| Hex | A1 | AA | ED | 20 | 1C | 0 | 7 | E9 | 44 | 4E |
| Octal | 241 | 252 | 355 | 40 | 34 | 0 | 7 | 351 | 104 | 116 |
| Binary | 10100001 | 10101010 | 11101101 | 100000 | 11100 | 0 | 111 | 11101001 | 1000100 | 1001110 |
Color Harmonies of #A1AAED
Complementary color
Monochromatic Colors of #A1AAED
Black with #A1AAED
Text Example
Text Example
White with #A1AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AAED; }
p { color: rgb(161,170,237); }
H1.HeaderClassName
{
color: #A1AAED;
}
.AnyTagClassName
{
color: #A1AAED;
}
</style>
background-color css
<style>
a { background-color: #A1AAED; }
a { background-color: rgb(161,170,237); }
div.DivClassName
{
background-color: #A1AAED;
}
.BgClassName
{
background-color: #A1AAED;
}
</style>
border-color css
<style>
span { border-color: #A1AAED; }
span { border-color: rgb(161,170,237); }
td.TdClassName
{
border-color: #A1AAED;
}
.TagClassName
{
border-color: #A1AAED;
}
</style>