Shades of Perano #A0B1FC
Tints of Perano #A0B1FC
RGB
CMYK
RGB Variations
Color information
#A0B1FC (or 0xA0B1FC) is known color: Perano. HEX triplet: A0, B1 and FC. RGB value is (160,177,252). Sum of RGB (Red+Green+Blue) = 160+177+252=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0B1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0B1FC is #5F4E03. Grayscale: #B4B4B4. Windows color (decimal): -6245892 or 16560544. OLE color: 16560544.
HSL color Cylindrical-coordinate representation of color #A0B1FC: hue angle of 228.91º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0B1FC is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 177 | 252 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.01 |
| HSL | 228.91º | 0.94% | 0.81% | - |
| HSV(B) | 228.91º | 0.37% | 0.99% | - |
| XYZ | 47.79 | 45.95 | 98.45 | - |
| YUV | 180.47 | 168.37 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 177 | 252 | 0.37 | 0.30 | 0 | 0.01 | 228.91 | 0.94 | 0.81 |
| Hex | A0 | B1 | FC | 25 | 1E | 0 | 1 | E5 | 5E | 51 |
| Octal | 240 | 261 | 374 | 45 | 36 | 0 | 1 | 345 | 136 | 121 |
| Binary | 10100000 | 10110001 | 11111100 | 100101 | 11110 | 0 | 1 | 11100101 | 1011110 | 1010001 |
Color Harmonies of #A0B1FC
Complementary color
Monochromatic Colors of #A0B1FC
Black with #A0B1FC
Text Example
Text Example
White with #A0B1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B1FC; }
p { color: rgb(160,177,252); }
H1.HeaderClassName
{
color: #A0B1FC;
}
.AnyTagClassName
{
color: #A0B1FC;
}
</style>
background-color css
<style>
a { background-color: #A0B1FC; }
a { background-color: rgb(160,177,252); }
div.DivClassName
{
background-color: #A0B1FC;
}
.BgClassName
{
background-color: #A0B1FC;
}
</style>
border-color css
<style>
span { border-color: #A0B1FC; }
span { border-color: rgb(160,177,252); }
td.TdClassName
{
border-color: #A0B1FC;
}
.TagClassName
{
border-color: #A0B1FC;
}
</style>