Shades of Perano #A2B1FA
Tints of Perano #A2B1FA
RGB
CMYK
RGB Variations
Color information
#A2B1FA (or 0xA2B1FA) is known color: Perano. HEX triplet: A2, B1 and FA. RGB value is (162,177,250). Sum of RGB (Red+Green+Blue) = 162+177+250=589 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.50% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2B1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2B1FA is #5D4E05. Grayscale: #B4B4B4. Windows color (decimal): -6114822 or 16429474. OLE color: 16429474.
HSL color Cylindrical-coordinate representation of color #A2B1FA: hue angle of 229.77º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2B1FA is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 177 | 250 | - |
| CMYK | 0.35 | 0.29 | 0 | 0.02 |
| HSL | 229.77º | 0.9% | 0.81% | - |
| HSV(B) | 229.77º | 0.35% | 0.98% | - |
| XYZ | 47.88 | 46.03 | 96.8 | - |
| YUV | 180.84 | 167.03 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 177 | 250 | 0.35 | 0.29 | 0 | 0.02 | 229.77 | 0.9 | 0.81 |
| Hex | A2 | B1 | FA | 23 | 1D | 0 | 2 | E6 | 5A | 51 |
| Octal | 242 | 261 | 372 | 43 | 35 | 0 | 2 | 346 | 132 | 121 |
| Binary | 10100010 | 10110001 | 11111010 | 100011 | 11101 | 0 | 10 | 11100110 | 1011010 | 1010001 |
Color Harmonies of #A2B1FA
Complementary color
Monochromatic Colors of #A2B1FA
Black with #A2B1FA
Text Example
Text Example
White with #A2B1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B1FA; }
p { color: rgb(162,177,250); }
H1.HeaderClassName
{
color: #A2B1FA;
}
.AnyTagClassName
{
color: #A2B1FA;
}
</style>
background-color css
<style>
a { background-color: #A2B1FA; }
a { background-color: rgb(162,177,250); }
div.DivClassName
{
background-color: #A2B1FA;
}
.BgClassName
{
background-color: #A2B1FA;
}
</style>
border-color css
<style>
span { border-color: #A2B1FA; }
span { border-color: rgb(162,177,250); }
td.TdClassName
{
border-color: #A2B1FA;
}
.TagClassName
{
border-color: #A2B1FA;
}
</style>