Shades of Perano #A9B1FA
Tints of Perano #A9B1FA
RGB
CMYK
RGB Variations
Color information
#A9B1FA (or 0xA9B1FA) is known color: Perano. HEX triplet: A9, B1 and FA. RGB value is (169,177,250). Sum of RGB (Red+Green+Blue) = 169+177+250=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9B1FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9B1FA is #564E05. Grayscale: #B6B6B6. Windows color (decimal): -5656070 or 16429481. OLE color: 16429481.
HSL color Cylindrical-coordinate representation of color #A9B1FA: hue angle of 234.07º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9B1FA is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 177 | 250 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.02 |
| HSL | 234.07º | 0.89% | 0.82% | - |
| HSV(B) | 234.07º | 0.32% | 0.98% | - |
| XYZ | 49.34 | 46.78 | 96.87 | - |
| YUV | 182.93 | 165.85 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 177 | 250 | 0.32 | 0.29 | 0 | 0.02 | 234.07 | 0.89 | 0.82 |
| Hex | A9 | B1 | FA | 20 | 1D | 0 | 2 | EA | 59 | 52 |
| Octal | 251 | 261 | 372 | 40 | 35 | 0 | 2 | 352 | 131 | 122 |
| Binary | 10101001 | 10110001 | 11111010 | 100000 | 11101 | 0 | 10 | 11101010 | 1011001 | 1010010 |
Color Harmonies of #A9B1FA
Complementary color
Monochromatic Colors of #A9B1FA
Black with #A9B1FA
Text Example
Text Example
White with #A9B1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B1FA; }
p { color: rgb(169,177,250); }
H1.HeaderClassName
{
color: #A9B1FA;
}
.AnyTagClassName
{
color: #A9B1FA;
}
</style>
background-color css
<style>
a { background-color: #A9B1FA; }
a { background-color: rgb(169,177,250); }
div.DivClassName
{
background-color: #A9B1FA;
}
.BgClassName
{
background-color: #A9B1FA;
}
</style>
border-color css
<style>
span { border-color: #A9B1FA; }
span { border-color: rgb(169,177,250); }
td.TdClassName
{
border-color: #A9B1FA;
}
.TagClassName
{
border-color: #A9B1FA;
}
</style>