Shades of Perano #A5AAEB
Tints of Perano #A5AAEB
RGB
CMYK
RGB Variations
Color information
#A5AAEB (or 0xA5AAEB) is known color: Perano. HEX triplet: A5, AA and EB. RGB value is (165,170,235). Sum of RGB (Red+Green+Blue) = 165+170+235=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5AAEB is #5A5514. Grayscale: #AFAFAF. Windows color (decimal): -5920021 or 15444645. OLE color: 15444645.
HSL color Cylindrical-coordinate representation of color #A5AAEB: hue angle of 235.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5AAEB is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 170 | 235 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.08 |
| HSL | 235.71º | 0.64% | 0.78% | - |
| HSV(B) | 235.71º | 0.3% | 0.92% | - |
| XYZ | 44.89 | 42.75 | 84.48 | - |
| YUV | 175.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 170 | 235 | 0.30 | 0.28 | 0 | 0.08 | 235.71 | 0.64 | 0.78 |
| Hex | A5 | AA | EB | 1E | 1C | 0 | 8 | EC | 40 | 4E |
| Octal | 245 | 252 | 353 | 36 | 34 | 0 | 10 | 354 | 100 | 116 |
| Binary | 10100101 | 10101010 | 11101011 | 11110 | 11100 | 0 | 1000 | 11101100 | 1000000 | 1001110 |
Color Harmonies of #A5AAEB
Complementary color
Monochromatic Colors of #A5AAEB
Black with #A5AAEB
Text Example
Text Example
White with #A5AAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5AAEB; }
p { color: rgb(165,170,235); }
H1.HeaderClassName
{
color: #A5AAEB;
}
.AnyTagClassName
{
color: #A5AAEB;
}
</style>
background-color css
<style>
a { background-color: #A5AAEB; }
a { background-color: rgb(165,170,235); }
div.DivClassName
{
background-color: #A5AAEB;
}
.BgClassName
{
background-color: #A5AAEB;
}
</style>
border-color css
<style>
span { border-color: #A5AAEB; }
span { border-color: rgb(165,170,235); }
td.TdClassName
{
border-color: #A5AAEB;
}
.TagClassName
{
border-color: #A5AAEB;
}
</style>