Shades of Perano #A5A8EC
Tints of Perano #A5A8EC
RGB
CMYK
RGB Variations
Color information
#A5A8EC (or 0xA5A8EC) is known color: Perano. HEX triplet: A5, A8 and EC. RGB value is (165,168,236). Sum of RGB (Red+Green+Blue) = 165+168+236=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 168 (66.02% from 255 or 29.53% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5A8EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A8EC is #5A5713. Grayscale: #AEAEAE. Windows color (decimal): -5920532 or 15509669. OLE color: 15509669.
HSL color Cylindrical-coordinate representation of color #A5A8EC: hue angle of 237.46º 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 #A5A8EC is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 168 | 236 | - |
| CMYK | 0.30 | 0.29 | 0 | 0.07 |
| HSL | 237.46º | 0.65% | 0.79% | - |
| HSV(B) | 237.46º | 0.3% | 0.93% | - |
| XYZ | 44.66 | 42.06 | 85.12 | - |
| YUV | 174.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 168 | 236 | 0.30 | 0.29 | 0 | 0.07 | 237.46 | 0.65 | 0.79 |
| Hex | A5 | A8 | EC | 1E | 1D | 0 | 7 | ED | 41 | 4F |
| Octal | 245 | 250 | 354 | 36 | 35 | 0 | 7 | 355 | 101 | 117 |
| Binary | 10100101 | 10101000 | 11101100 | 11110 | 11101 | 0 | 111 | 11101101 | 1000001 | 1001111 |
Color Harmonies of #A5A8EC
Complementary color
Monochromatic Colors of #A5A8EC
Black with #A5A8EC
Text Example
Text Example
White with #A5A8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A8EC; }
p { color: rgb(165,168,236); }
H1.HeaderClassName
{
color: #A5A8EC;
}
.AnyTagClassName
{
color: #A5A8EC;
}
</style>
background-color css
<style>
a { background-color: #A5A8EC; }
a { background-color: rgb(165,168,236); }
div.DivClassName
{
background-color: #A5A8EC;
}
.BgClassName
{
background-color: #A5A8EC;
}
</style>
border-color css
<style>
span { border-color: #A5A8EC; }
span { border-color: rgb(165,168,236); }
td.TdClassName
{
border-color: #A5A8EC;
}
.TagClassName
{
border-color: #A5A8EC;
}
</style>