Shades of Perano #A1B7FA
Tints of Perano #A1B7FA
RGB
CMYK
RGB Variations
Color information
#A1B7FA (or 0xA1B7FA) is known color: Perano. HEX triplet: A1, B7 and FA. RGB value is (161,183,250). Sum of RGB (Red+Green+Blue) = 161+183+250=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1B7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B7FA is #5E4805. Grayscale: #B7B7B7. Windows color (decimal): -6178822 or 16431009. OLE color: 16431009.
HSL color Cylindrical-coordinate representation of color #A1B7FA: hue angle of 225.17º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1B7FA is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 183 | 250 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.02 |
| HSL | 225.17º | 0.9% | 0.81% | - |
| HSV(B) | 225.17º | 0.36% | 0.98% | - |
| XYZ | 48.89 | 48.35 | 97.2 | - |
| YUV | 184.06 | 165.21 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 250 | 0.36 | 0.27 | 0 | 0.02 | 225.17 | 0.9 | 0.81 |
| Hex | A1 | B7 | FA | 24 | 1B | 0 | 2 | E1 | 5A | 51 |
| Octal | 241 | 267 | 372 | 44 | 33 | 0 | 2 | 341 | 132 | 121 |
| Binary | 10100001 | 10110111 | 11111010 | 100100 | 11011 | 0 | 10 | 11100001 | 1011010 | 1010001 |
Color Harmonies of #A1B7FA
Complementary color
Monochromatic Colors of #A1B7FA
Black with #A1B7FA
Text Example
Text Example
White with #A1B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B7FA; }
p { color: rgb(161,183,250); }
H1.HeaderClassName
{
color: #A1B7FA;
}
.AnyTagClassName
{
color: #A1B7FA;
}
</style>
background-color css
<style>
a { background-color: #A1B7FA; }
a { background-color: rgb(161,183,250); }
div.DivClassName
{
background-color: #A1B7FA;
}
.BgClassName
{
background-color: #A1B7FA;
}
</style>
border-color css
<style>
span { border-color: #A1B7FA; }
span { border-color: rgb(161,183,250); }
td.TdClassName
{
border-color: #A1B7FA;
}
.TagClassName
{
border-color: #A1B7FA;
}
</style>