Shades of Perano #A1B2FC
Tints of Perano #A1B2FC
RGB
CMYK
RGB Variations
Color information
#A1B2FC (or 0xA1B2FC) is known color: Perano. HEX triplet: A1, B2 and FC. RGB value is (161,178,252). Sum of RGB (Red+Green+Blue) = 161+178+252=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1B2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1B2FC is #5E4D03. Grayscale: #B5B5B5. Windows color (decimal): -6180100 or 16560801. OLE color: 16560801.
HSL color Cylindrical-coordinate representation of color #A1B2FC: hue angle of 228.79º degrees, saturation: 0.94, 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 #A1B2FC is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 178 | 252 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.01 |
| HSL | 228.79º | 0.94% | 0.81% | - |
| HSV(B) | 228.79º | 0.36% | 0.99% | - |
| XYZ | 48.19 | 46.45 | 98.52 | - |
| YUV | 181.35 | 167.87 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 178 | 252 | 0.36 | 0.29 | 0 | 0.01 | 228.79 | 0.94 | 0.81 |
| Hex | A1 | B2 | FC | 24 | 1D | 0 | 1 | E5 | 5E | 51 |
| Octal | 241 | 262 | 374 | 44 | 35 | 0 | 1 | 345 | 136 | 121 |
| Binary | 10100001 | 10110010 | 11111100 | 100100 | 11101 | 0 | 1 | 11100101 | 1011110 | 1010001 |
Color Harmonies of #A1B2FC
Complementary color
Monochromatic Colors of #A1B2FC
Black with #A1B2FC
Text Example
Text Example
White with #A1B2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B2FC; }
p { color: rgb(161,178,252); }
H1.HeaderClassName
{
color: #A1B2FC;
}
.AnyTagClassName
{
color: #A1B2FC;
}
</style>
background-color css
<style>
a { background-color: #A1B2FC; }
a { background-color: rgb(161,178,252); }
div.DivClassName
{
background-color: #A1B2FC;
}
.BgClassName
{
background-color: #A1B2FC;
}
</style>
border-color css
<style>
span { border-color: #A1B2FC; }
span { border-color: rgb(161,178,252); }
td.TdClassName
{
border-color: #A1B2FC;
}
.TagClassName
{
border-color: #A1B2FC;
}
</style>