Shades of Perano #A5B4EC
Tints of Perano #A5B4EC
RGB
CMYK
RGB Variations
Color information
#A5B4EC (or 0xA5B4EC) is known color: Perano. HEX triplet: A5, B4 and EC. RGB value is (165,180,236). Sum of RGB (Red+Green+Blue) = 165+180+236=581 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.40% from 581); Green value is 180 (70.70% from 255 or 30.98% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5B4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5B4EC is #5A4B13. Grayscale: #B5B5B5. Windows color (decimal): -5917460 or 15512741. OLE color: 15512741.
HSL color Cylindrical-coordinate representation of color #A5B4EC: hue angle of 227.32º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5B4EC is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 180 | 236 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.07 |
| HSL | 227.32º | 0.65% | 0.79% | - |
| HSV(B) | 227.32º | 0.3% | 0.93% | - |
| XYZ | 46.98 | 46.7 | 85.89 | - |
| YUV | 181.9 | 158.53 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 180 | 236 | 0.30 | 0.24 | 0 | 0.07 | 227.32 | 0.65 | 0.79 |
| Hex | A5 | B4 | EC | 1E | 18 | 0 | 7 | E3 | 41 | 4F |
| Octal | 245 | 264 | 354 | 36 | 30 | 0 | 7 | 343 | 101 | 117 |
| Binary | 10100101 | 10110100 | 11101100 | 11110 | 11000 | 0 | 111 | 11100011 | 1000001 | 1001111 |
Color Harmonies of #A5B4EC
Complementary color
Monochromatic Colors of #A5B4EC
Black with #A5B4EC
Text Example
Text Example
White with #A5B4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B4EC; }
p { color: rgb(165,180,236); }
H1.HeaderClassName
{
color: #A5B4EC;
}
.AnyTagClassName
{
color: #A5B4EC;
}
</style>
background-color css
<style>
a { background-color: #A5B4EC; }
a { background-color: rgb(165,180,236); }
div.DivClassName
{
background-color: #A5B4EC;
}
.BgClassName
{
background-color: #A5B4EC;
}
</style>
border-color css
<style>
span { border-color: #A5B4EC; }
span { border-color: rgb(165,180,236); }
td.TdClassName
{
border-color: #A5B4EC;
}
.TagClassName
{
border-color: #A5B4EC;
}
</style>