Shades of Perano #A1A5EF
Tints of Perano #A1A5EF
RGB
CMYK
RGB Variations
Color information
#A1A5EF (or 0xA1A5EF) is known color: Perano. HEX triplet: A1, A5 and EF. RGB value is (161,165,239). Sum of RGB (Red+Green+Blue) = 161+165+239=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 165 (64.84% from 255 or 29.20% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1A5EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A5EF is #5E5A10. Grayscale: #ABABAB. Windows color (decimal): -6183441 or 15705505. OLE color: 15705505.
HSL color Cylindrical-coordinate representation of color #A1A5EF: hue angle of 236.92º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1A5EF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 165 | 239 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.06 |
| HSL | 236.92º | 0.71% | 0.78% | - |
| HSV(B) | 236.92º | 0.33% | 0.94% | - |
| XYZ | 43.73 | 40.72 | 87.22 | - |
| YUV | 172.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 165 | 239 | 0.33 | 0.31 | 0 | 0.06 | 236.92 | 0.71 | 0.78 |
| Hex | A1 | A5 | EF | 21 | 1F | 0 | 6 | ED | 47 | 4E |
| Octal | 241 | 245 | 357 | 41 | 37 | 0 | 6 | 355 | 107 | 116 |
| Binary | 10100001 | 10100101 | 11101111 | 100001 | 11111 | 0 | 110 | 11101101 | 1000111 | 1001110 |
Color Harmonies of #A1A5EF
Complementary color
Monochromatic Colors of #A1A5EF
Black with #A1A5EF
Text Example
Text Example
White with #A1A5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A5EF; }
p { color: rgb(161,165,239); }
H1.HeaderClassName
{
color: #A1A5EF;
}
.AnyTagClassName
{
color: #A1A5EF;
}
</style>
background-color css
<style>
a { background-color: #A1A5EF; }
a { background-color: rgb(161,165,239); }
div.DivClassName
{
background-color: #A1A5EF;
}
.BgClassName
{
background-color: #A1A5EF;
}
</style>
border-color css
<style>
span { border-color: #A1A5EF; }
span { border-color: rgb(161,165,239); }
td.TdClassName
{
border-color: #A1A5EF;
}
.TagClassName
{
border-color: #A1A5EF;
}
</style>