Shades of Perano #A1B7F6
Tints of Perano #A1B7F6
RGB
CMYK
RGB Variations
Color information
#A1B7F6 (or 0xA1B7F6) is known color: Perano. HEX triplet: A1, B7 and F6. RGB value is (161,183,246). Sum of RGB (Red+Green+Blue) = 161+183+246=590 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.29% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #A1B7F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1B7F6 is #5E4809. Grayscale: #B7B7B7. Windows color (decimal): -6178826 or 16168865. OLE color: 16168865.
HSL color Cylindrical-coordinate representation of color #A1B7F6: hue angle of 224.47º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1B7F6 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 183 | 246 | - |
| CMYK | 0.35 | 0.26 | 0 | 0.04 |
| HSL | 224.47º | 0.83% | 0.8% | - |
| HSV(B) | 224.47º | 0.35% | 0.96% | - |
| XYZ | 48.27 | 48.1 | 93.93 | - |
| YUV | 183.6 | 163.21 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 183 | 246 | 0.35 | 0.26 | 0 | 0.04 | 224.47 | 0.83 | 0.8 |
| Hex | A1 | B7 | F6 | 23 | 1A | 0 | 4 | E0 | 53 | 50 |
| Octal | 241 | 267 | 366 | 43 | 32 | 0 | 4 | 340 | 123 | 120 |
| Binary | 10100001 | 10110111 | 11110110 | 100011 | 11010 | 0 | 100 | 11100000 | 1010011 | 1010000 |
Color Harmonies of #A1B7F6
Complementary color
Monochromatic Colors of #A1B7F6
Black with #A1B7F6
Text Example
Text Example
White with #A1B7F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B7F6; }
p { color: rgb(161,183,246); }
H1.HeaderClassName
{
color: #A1B7F6;
}
.AnyTagClassName
{
color: #A1B7F6;
}
</style>
background-color css
<style>
a { background-color: #A1B7F6; }
a { background-color: rgb(161,183,246); }
div.DivClassName
{
background-color: #A1B7F6;
}
.BgClassName
{
background-color: #A1B7F6;
}
</style>
border-color css
<style>
span { border-color: #A1B7F6; }
span { border-color: rgb(161,183,246); }
td.TdClassName
{
border-color: #A1B7F6;
}
.TagClassName
{
border-color: #A1B7F6;
}
</style>