Shades of Perano #A9B4FA
Tints of Perano #A9B4FA
RGB
CMYK
RGB Variations
Color information
#A9B4FA (or 0xA9B4FA) is known color: Perano. HEX triplet: A9, B4 and FA. RGB value is (169,180,250). Sum of RGB (Red+Green+Blue) = 169+180+250=599 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.21% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #A9B4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A9B4FA is #564B05. Grayscale: #B8B8B8. Windows color (decimal): -5655302 or 16430249. OLE color: 16430249.
HSL color Cylindrical-coordinate representation of color #A9B4FA: hue angle of 231.85º 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 #A9B4FA is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 180 | 250 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.02 |
| HSL | 231.85º | 0.89% | 0.82% | - |
| HSV(B) | 231.85º | 0.32% | 0.98% | - |
| XYZ | 49.94 | 47.98 | 97.07 | - |
| YUV | 184.69 | 164.86 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 180 | 250 | 0.32 | 0.28 | 0 | 0.02 | 231.85 | 0.89 | 0.82 |
| Hex | A9 | B4 | FA | 20 | 1C | 0 | 2 | E8 | 59 | 52 |
| Octal | 251 | 264 | 372 | 40 | 34 | 0 | 2 | 350 | 131 | 122 |
| Binary | 10101001 | 10110100 | 11111010 | 100000 | 11100 | 0 | 10 | 11101000 | 1011001 | 1010010 |
Color Harmonies of #A9B4FA
Complementary color
Monochromatic Colors of #A9B4FA
Black with #A9B4FA
Text Example
Text Example
White with #A9B4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B4FA; }
p { color: rgb(169,180,250); }
H1.HeaderClassName
{
color: #A9B4FA;
}
.AnyTagClassName
{
color: #A9B4FA;
}
</style>
background-color css
<style>
a { background-color: #A9B4FA; }
a { background-color: rgb(169,180,250); }
div.DivClassName
{
background-color: #A9B4FA;
}
.BgClassName
{
background-color: #A9B4FA;
}
</style>
border-color css
<style>
span { border-color: #A9B4FA; }
span { border-color: rgb(169,180,250); }
td.TdClassName
{
border-color: #A9B4FA;
}
.TagClassName
{
border-color: #A9B4FA;
}
</style>