Shades of Perano #A1A5EB
Tints of Perano #A1A5EB
RGB
CMYK
RGB Variations
Color information
#A1A5EB (or 0xA1A5EB) is known color: Perano. HEX triplet: A1, A5 and EB. RGB value is (161,165,235). Sum of RGB (Red+Green+Blue) = 161+165+235=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1A5EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A5EB is #5E5A14. Grayscale: #ABABAB. Windows color (decimal): -6183445 or 15443361. OLE color: 15443361.
HSL color Cylindrical-coordinate representation of color #A1A5EB: hue angle of 236.76º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1A5EB is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 165 | 235 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.08 |
| HSL | 236.76º | 0.65% | 0.78% | - |
| HSV(B) | 236.76º | 0.31% | 0.92% | - |
| XYZ | 43.15 | 40.49 | 84.14 | - |
| YUV | 171.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 235 | 0.31 | 0.30 | 0 | 0.08 | 236.76 | 0.65 | 0.78 |
| Hex | A1 | A5 | EB | 1F | 1E | 0 | 8 | ED | 41 | 4E |
| Octal | 241 | 245 | 353 | 37 | 36 | 0 | 10 | 355 | 101 | 116 |
| Binary | 10100001 | 10100101 | 11101011 | 11111 | 11110 | 0 | 1000 | 11101101 | 1000001 | 1001110 |
Color Harmonies of #A1A5EB
Complementary color
Monochromatic Colors of #A1A5EB
Black with #A1A5EB
Text Example
Text Example
White with #A1A5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A5EB; }
p { color: rgb(161,165,235); }
H1.HeaderClassName
{
color: #A1A5EB;
}
.AnyTagClassName
{
color: #A1A5EB;
}
</style>
background-color css
<style>
a { background-color: #A1A5EB; }
a { background-color: rgb(161,165,235); }
div.DivClassName
{
background-color: #A1A5EB;
}
.BgClassName
{
background-color: #A1A5EB;
}
</style>
border-color css
<style>
span { border-color: #A1A5EB; }
span { border-color: rgb(161,165,235); }
td.TdClassName
{
border-color: #A1A5EB;
}
.TagClassName
{
border-color: #A1A5EB;
}
</style>