Shades of Perano #A1B1FD
Tints of Perano #A1B1FD
RGB
CMYK
RGB Variations
Color information
#A1B1FD (or 0xA1B1FD) is known color: Perano. HEX triplet: A1, B1 and FD. RGB value is (161,177,253). Sum of RGB (Red+Green+Blue) = 161+177+253=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1B1FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1B1FD is #5E4E02. Grayscale: #B4B4B4. Windows color (decimal): -6180355 or 16626081. OLE color: 16626081.
HSL color Cylindrical-coordinate representation of color #A1B1FD: hue angle of 229.57º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1B1FD is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 177 | 253 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.01 |
| HSL | 229.57º | 0.96% | 0.81% | - |
| HSV(B) | 229.57º | 0.36% | 0.99% | - |
| XYZ | 48.15 | 46.11 | 99.29 | - |
| YUV | 180.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 177 | 253 | 0.36 | 0.30 | 0 | 0.01 | 229.57 | 0.96 | 0.81 |
| Hex | A1 | B1 | FD | 24 | 1E | 0 | 1 | E6 | 60 | 51 |
| Octal | 241 | 261 | 375 | 44 | 36 | 0 | 1 | 346 | 140 | 121 |
| Binary | 10100001 | 10110001 | 11111101 | 100100 | 11110 | 0 | 1 | 11100110 | 1100000 | 1010001 |
Color Harmonies of #A1B1FD
Complementary color
Monochromatic Colors of #A1B1FD
Black with #A1B1FD
Text Example
Text Example
White with #A1B1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B1FD; }
p { color: rgb(161,177,253); }
H1.HeaderClassName
{
color: #A1B1FD;
}
.AnyTagClassName
{
color: #A1B1FD;
}
</style>
background-color css
<style>
a { background-color: #A1B1FD; }
a { background-color: rgb(161,177,253); }
div.DivClassName
{
background-color: #A1B1FD;
}
.BgClassName
{
background-color: #A1B1FD;
}
</style>
border-color css
<style>
span { border-color: #A1B1FD; }
span { border-color: rgb(161,177,253); }
td.TdClassName
{
border-color: #A1B1FD;
}
.TagClassName
{
border-color: #A1B1FD;
}
</style>