Shades of Perano #A0AAED
Tints of Perano #A0AAED
RGB
CMYK
RGB Variations
Color information
#A0AAED (or 0xA0AAED) is known color: Perano. HEX triplet: A0, AA and ED. RGB value is (160,170,237). Sum of RGB (Red+Green+Blue) = 160+170+237=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AAED is #5F5512. Grayscale: #AEAEAE. Windows color (decimal): -6247699 or 15575712. OLE color: 15575712.
HSL color Cylindrical-coordinate representation of color #A0AAED: hue angle of 232.21º 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 #A0AAED is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 170 | 237 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.07 |
| HSL | 232.21º | 0.68% | 0.78% | - |
| HSV(B) | 232.21º | 0.32% | 0.93% | - |
| XYZ | 44.16 | 42.34 | 85.97 | - |
| YUV | 174.65 | 163.19 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 237 | 0.32 | 0.28 | 0 | 0.07 | 232.21 | 0.68 | 0.78 |
| Hex | A0 | AA | ED | 20 | 1C | 0 | 7 | E8 | 44 | 4E |
| Octal | 240 | 252 | 355 | 40 | 34 | 0 | 7 | 350 | 104 | 116 |
| Binary | 10100000 | 10101010 | 11101101 | 100000 | 11100 | 0 | 111 | 11101000 | 1000100 | 1001110 |
Color Harmonies of #A0AAED
Complementary color
Monochromatic Colors of #A0AAED
Black with #A0AAED
Text Example
Text Example
White with #A0AAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AAED; }
p { color: rgb(160,170,237); }
H1.HeaderClassName
{
color: #A0AAED;
}
.AnyTagClassName
{
color: #A0AAED;
}
</style>
background-color css
<style>
a { background-color: #A0AAED; }
a { background-color: rgb(160,170,237); }
div.DivClassName
{
background-color: #A0AAED;
}
.BgClassName
{
background-color: #A0AAED;
}
</style>
border-color css
<style>
span { border-color: #A0AAED; }
span { border-color: rgb(160,170,237); }
td.TdClassName
{
border-color: #A0AAED;
}
.TagClassName
{
border-color: #A0AAED;
}
</style>