Shades of Perano #A2B1FE
Tints of Perano #A2B1FE
RGB
CMYK
RGB Variations
Color information
#A2B1FE (or 0xA2B1FE) is known color: Perano. HEX triplet: A2, B1 and FE. RGB value is (162,177,254). Sum of RGB (Red+Green+Blue) = 162+177+254=593 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.32% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2B1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2B1FE is #5D4E01. Grayscale: #B4B4B4. Windows color (decimal): -6114818 or 16691618. OLE color: 16691618.
HSL color Cylindrical-coordinate representation of color #A2B1FE: hue angle of 230.22º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2B1FE is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 177 | 254 | - |
| CMYK | 0.36 | 0.30 | 0 | 0.00 |
| HSL | 230.22º | 0.98% | 0.82% | - |
| HSV(B) | 230.22º | 0.36% | 1% | - |
| XYZ | 48.51 | 46.28 | 100.14 | - |
| YUV | 181.29 | 169.03 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 254 | 0.36 | 0.30 | 0 | 0.00 | 230.22 | 0.98 | 0.82 |
| Hex | A2 | B1 | FE | 24 | 1E | 0 | 0 | E6 | 62 | 52 |
| Octal | 242 | 261 | 376 | 44 | 36 | 0 | 0 | 346 | 142 | 122 |
| Binary | 10100010 | 10110001 | 11111110 | 100100 | 11110 | 0 | 0 | 11100110 | 1100010 | 1010010 |
Color Harmonies of #A2B1FE
Complementary color
Monochromatic Colors of #A2B1FE
Black with #A2B1FE
Text Example
Text Example
White with #A2B1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B1FE; }
p { color: rgb(162,177,254); }
H1.HeaderClassName
{
color: #A2B1FE;
}
.AnyTagClassName
{
color: #A2B1FE;
}
</style>
background-color css
<style>
a { background-color: #A2B1FE; }
a { background-color: rgb(162,177,254); }
div.DivClassName
{
background-color: #A2B1FE;
}
.BgClassName
{
background-color: #A2B1FE;
}
</style>
border-color css
<style>
span { border-color: #A2B1FE; }
span { border-color: rgb(162,177,254); }
td.TdClassName
{
border-color: #A2B1FE;
}
.TagClassName
{
border-color: #A2B1FE;
}
</style>