Shades of Perano #A1B3FE
Tints of Perano #A1B3FE
RGB
CMYK
RGB Variations
Color information
#A1B3FE (or 0xA1B3FE) is known color: Perano. HEX triplet: A1, B3 and FE. RGB value is (161,179,254). Sum of RGB (Red+Green+Blue) = 161+179+254=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1B3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B3FE is #5E4C01. Grayscale: #B5B5B5. Windows color (decimal): -6179842 or 16692129. OLE color: 16692129.
HSL color Cylindrical-coordinate representation of color #A1B3FE: hue angle of 228.39º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1B3FE is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 179 | 254 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.00 |
| HSL | 228.39º | 0.98% | 0.81% | - |
| HSV(B) | 228.39º | 0.37% | 1% | - |
| XYZ | 48.71 | 46.97 | 100.27 | - |
| YUV | 182.17 | 168.54 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 179 | 254 | 0.37 | 0.30 | 0 | 0.00 | 228.39 | 0.98 | 0.81 |
| Hex | A1 | B3 | FE | 25 | 1E | 0 | 0 | E4 | 62 | 51 |
| Octal | 241 | 263 | 376 | 45 | 36 | 0 | 0 | 344 | 142 | 121 |
| Binary | 10100001 | 10110011 | 11111110 | 100101 | 11110 | 0 | 0 | 11100100 | 1100010 | 1010001 |
Color Harmonies of #A1B3FE
Complementary color
Monochromatic Colors of #A1B3FE
Black with #A1B3FE
Text Example
Text Example
White with #A1B3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B3FE; }
p { color: rgb(161,179,254); }
H1.HeaderClassName
{
color: #A1B3FE;
}
.AnyTagClassName
{
color: #A1B3FE;
}
</style>
background-color css
<style>
a { background-color: #A1B3FE; }
a { background-color: rgb(161,179,254); }
div.DivClassName
{
background-color: #A1B3FE;
}
.BgClassName
{
background-color: #A1B3FE;
}
</style>
border-color css
<style>
span { border-color: #A1B3FE; }
span { border-color: rgb(161,179,254); }
td.TdClassName
{
border-color: #A1B3FE;
}
.TagClassName
{
border-color: #A1B3FE;
}
</style>