Shades of Perano #A5AAE0
Tints of Perano #A5AAE0
RGB
CMYK
RGB Variations
Color information
#A5AAE0 (or 0xA5AAE0) is known color: Perano. HEX triplet: A5, AA and E0. RGB value is (165,170,224). Sum of RGB (Red+Green+Blue) = 165+170+224=559 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.52% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 224 (87.89% from 255 or 40.07% from 559); Max value from RGB is 224 - color contains mainly: blue. Hex color #A5AAE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AAE0 is #5A551F. Grayscale: #AEAEAE. Windows color (decimal): -5920032 or 14723749. OLE color: 14723749.
HSL color Cylindrical-coordinate representation of color #A5AAE0: hue angle of 234.92º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5AAE0 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 170 | 224 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.12 |
| HSL | 234.92º | 0.49% | 0.76% | - |
| HSV(B) | 234.92º | 0.26% | 0.88% | - |
| XYZ | 43.35 | 42.13 | 76.37 | - |
| YUV | 174.66 | 155.84 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 224 | 0.26 | 0.24 | 0 | 0.12 | 234.92 | 0.49 | 0.76 |
| Hex | A5 | AA | E0 | 1A | 18 | 0 | C | EB | 31 | 4C |
| Octal | 245 | 252 | 340 | 32 | 30 | 0 | 14 | 353 | 61 | 114 |
| Binary | 10100101 | 10101010 | 11100000 | 11010 | 11000 | 0 | 1100 | 11101011 | 110001 | 1001100 |
Color Harmonies of #A5AAE0
Complementary color
Monochromatic Colors of #A5AAE0
Black with #A5AAE0
Text Example
Text Example
White with #A5AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AAE0; }
p { color: rgb(165,170,224); }
H1.HeaderClassName
{
color: #A5AAE0;
}
.AnyTagClassName
{
color: #A5AAE0;
}
</style>
background-color css
<style>
a { background-color: #A5AAE0; }
a { background-color: rgb(165,170,224); }
div.DivClassName
{
background-color: #A5AAE0;
}
.BgClassName
{
background-color: #A5AAE0;
}
</style>
border-color css
<style>
span { border-color: #A5AAE0; }
span { border-color: rgb(165,170,224); }
td.TdClassName
{
border-color: #A5AAE0;
}
.TagClassName
{
border-color: #A5AAE0;
}
</style>