Shades of Perano #A1B7F9
Tints of Perano #A1B7F9
RGB
CMYK
RGB Variations
Color information
#A1B7F9 (or 0xA1B7F9) is known color: Perano. HEX triplet: A1, B7 and F9. RGB value is (161,183,249). Sum of RGB (Red+Green+Blue) = 161+183+249=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #A1B7F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B7F9 is #5E4806. Grayscale: #B7B7B7. Windows color (decimal): -6178823 or 16365473. OLE color: 16365473.
HSL color Cylindrical-coordinate representation of color #A1B7F9: hue angle of 225º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1B7F9 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 183 | 249 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.02 |
| HSL | 225º | 0.88% | 0.8% | - |
| HSV(B) | 225º | 0.35% | 0.98% | - |
| XYZ | 48.73 | 48.28 | 96.37 | - |
| YUV | 183.95 | 164.71 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 249 | 0.35 | 0.27 | 0 | 0.02 | 225 | 0.88 | 0.8 |
| Hex | A1 | B7 | F9 | 23 | 1B | 0 | 2 | E1 | 58 | 50 |
| Octal | 241 | 267 | 371 | 43 | 33 | 0 | 2 | 341 | 130 | 120 |
| Binary | 10100001 | 10110111 | 11111001 | 100011 | 11011 | 0 | 10 | 11100001 | 1011000 | 1010000 |
Color Harmonies of #A1B7F9
Complementary color
Monochromatic Colors of #A1B7F9
Black with #A1B7F9
Text Example
Text Example
White with #A1B7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B7F9; }
p { color: rgb(161,183,249); }
H1.HeaderClassName
{
color: #A1B7F9;
}
.AnyTagClassName
{
color: #A1B7F9;
}
</style>
background-color css
<style>
a { background-color: #A1B7F9; }
a { background-color: rgb(161,183,249); }
div.DivClassName
{
background-color: #A1B7F9;
}
.BgClassName
{
background-color: #A1B7F9;
}
</style>
border-color css
<style>
span { border-color: #A1B7F9; }
span { border-color: rgb(161,183,249); }
td.TdClassName
{
border-color: #A1B7F9;
}
.TagClassName
{
border-color: #A1B7F9;
}
</style>