Shades of Perano #A1B0EC
Tints of Perano #A1B0EC
RGB
CMYK
RGB Variations
Color information
#A1B0EC (or 0xA1B0EC) is known color: Perano. HEX triplet: A1, B0 and EC. RGB value is (161,176,236). Sum of RGB (Red+Green+Blue) = 161+176+236=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1B0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1B0EC is #5E4F13. Grayscale: #B2B2B2. Windows color (decimal): -6180628 or 15511713. OLE color: 15511713.
HSL color Cylindrical-coordinate representation of color #A1B0EC: hue angle of 228º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1B0EC is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 176 | 236 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.07 |
| HSL | 228º | 0.66% | 0.78% | - |
| HSV(B) | 228º | 0.32% | 0.93% | - |
| XYZ | 45.36 | 44.68 | 85.59 | - |
| YUV | 178.36 | 160.53 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 176 | 236 | 0.32 | 0.25 | 0 | 0.07 | 228 | 0.66 | 0.78 |
| Hex | A1 | B0 | EC | 20 | 19 | 0 | 7 | E4 | 42 | 4E |
| Octal | 241 | 260 | 354 | 40 | 31 | 0 | 7 | 344 | 102 | 116 |
| Binary | 10100001 | 10110000 | 11101100 | 100000 | 11001 | 0 | 111 | 11100100 | 1000010 | 1001110 |
Color Harmonies of #A1B0EC
Complementary color
Monochromatic Colors of #A1B0EC
Black with #A1B0EC
Text Example
Text Example
White with #A1B0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B0EC; }
p { color: rgb(161,176,236); }
H1.HeaderClassName
{
color: #A1B0EC;
}
.AnyTagClassName
{
color: #A1B0EC;
}
</style>
background-color css
<style>
a { background-color: #A1B0EC; }
a { background-color: rgb(161,176,236); }
div.DivClassName
{
background-color: #A1B0EC;
}
.BgClassName
{
background-color: #A1B0EC;
}
</style>
border-color css
<style>
span { border-color: #A1B0EC; }
span { border-color: rgb(161,176,236); }
td.TdClassName
{
border-color: #A1B0EC;
}
.TagClassName
{
border-color: #A1B0EC;
}
</style>