Shades of Perano #A9B0F1
Tints of Perano #A9B0F1
RGB
CMYK
RGB Variations
Color information
#A9B0F1 (or 0xA9B0F1) is known color: Perano. HEX triplet: A9, B0 and F1. RGB value is (169,176,241). Sum of RGB (Red+Green+Blue) = 169+176+241=586 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.84% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #A9B0F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B0F1 is #564F0E. Grayscale: #B5B5B5. Windows color (decimal): -5656335 or 15839401. OLE color: 15839401.
HSL color Cylindrical-coordinate representation of color #A9B0F1: hue angle of 234.17º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9B0F1 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 176 | 241 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.05 |
| HSL | 234.17º | 0.72% | 0.8% | - |
| HSV(B) | 234.17º | 0.3% | 0.95% | - |
| XYZ | 47.76 | 45.84 | 89.55 | - |
| YUV | 181.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 176 | 241 | 0.30 | 0.27 | 0 | 0.05 | 234.17 | 0.72 | 0.8 |
| Hex | A9 | B0 | F1 | 1E | 1B | 0 | 5 | EA | 48 | 50 |
| Octal | 251 | 260 | 361 | 36 | 33 | 0 | 5 | 352 | 110 | 120 |
| Binary | 10101001 | 10110000 | 11110001 | 11110 | 11011 | 0 | 101 | 11101010 | 1001000 | 1010000 |
Color Harmonies of #A9B0F1
Complementary color
Monochromatic Colors of #A9B0F1
Black with #A9B0F1
Text Example
Text Example
White with #A9B0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B0F1; }
p { color: rgb(169,176,241); }
H1.HeaderClassName
{
color: #A9B0F1;
}
.AnyTagClassName
{
color: #A9B0F1;
}
</style>
background-color css
<style>
a { background-color: #A9B0F1; }
a { background-color: rgb(169,176,241); }
div.DivClassName
{
background-color: #A9B0F1;
}
.BgClassName
{
background-color: #A9B0F1;
}
</style>
border-color css
<style>
span { border-color: #A9B0F1; }
span { border-color: rgb(169,176,241); }
td.TdClassName
{
border-color: #A9B0F1;
}
.TagClassName
{
border-color: #A9B0F1;
}
</style>