Shades of Perano #A1A5E8
Tints of Perano #A1A5E8
RGB
CMYK
RGB Variations
Color information
#A1A5E8 (or 0xA1A5E8) is known color: Perano. HEX triplet: A1, A5 and E8. RGB value is (161,165,232). Sum of RGB (Red+Green+Blue) = 161+165+232=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 232 (91.02% from 255 or 41.58% from 558); Max value from RGB is 232 - color contains mainly: blue. Hex color #A1A5E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A5E8 is #5E5A17. Grayscale: #ABABAB. Windows color (decimal): -6183448 or 15246753. OLE color: 15246753.
HSL color Cylindrical-coordinate representation of color #A1A5E8: hue angle of 236.62º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1A5E8 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 165 | 232 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.09 |
| HSL | 236.62º | 0.61% | 0.77% | - |
| HSV(B) | 236.62º | 0.31% | 0.91% | - |
| XYZ | 42.72 | 40.31 | 81.87 | - |
| YUV | 171.44 | 162.17 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 232 | 0.31 | 0.29 | 0 | 0.09 | 236.62 | 0.61 | 0.77 |
| Hex | A1 | A5 | E8 | 1F | 1D | 0 | 9 | ED | 3D | 4D |
| Octal | 241 | 245 | 350 | 37 | 35 | 0 | 11 | 355 | 75 | 115 |
| Binary | 10100001 | 10100101 | 11101000 | 11111 | 11101 | 0 | 1001 | 11101101 | 111101 | 1001101 |
Color Harmonies of #A1A5E8
Complementary color
Monochromatic Colors of #A1A5E8
Black with #A1A5E8
Text Example
Text Example
White with #A1A5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A5E8; }
p { color: rgb(161,165,232); }
H1.HeaderClassName
{
color: #A1A5E8;
}
.AnyTagClassName
{
color: #A1A5E8;
}
</style>
background-color css
<style>
a { background-color: #A1A5E8; }
a { background-color: rgb(161,165,232); }
div.DivClassName
{
background-color: #A1A5E8;
}
.BgClassName
{
background-color: #A1A5E8;
}
</style>
border-color css
<style>
span { border-color: #A1A5E8; }
span { border-color: rgb(161,165,232); }
td.TdClassName
{
border-color: #A1A5E8;
}
.TagClassName
{
border-color: #A1A5E8;
}
</style>