Shades of Perano #A4A9FA
Tints of Perano #A4A9FA
RGB
CMYK
RGB Variations
Color information
#A4A9FA (or 0xA4A9FA) is known color: Perano. HEX triplet: A4, A9 and FA. RGB value is (164,169,250). Sum of RGB (Red+Green+Blue) = 164+169+250=583 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.13% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4A9FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A9FA is #5B5605. Grayscale: #B0B0B0. Windows color (decimal): -5985798 or 16427428. OLE color: 16427428.
HSL color Cylindrical-coordinate representation of color #A4A9FA: hue angle of 236.51º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4A9FA is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 169 | 250 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.02 |
| HSL | 236.51º | 0.9% | 0.81% | - |
| HSV(B) | 236.51º | 0.34% | 0.98% | - |
| XYZ | 46.75 | 43.17 | 96.31 | - |
| YUV | 176.74 | 169.34 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 169 | 250 | 0.34 | 0.32 | 0 | 0.02 | 236.51 | 0.9 | 0.81 |
| Hex | A4 | A9 | FA | 22 | 20 | 0 | 2 | ED | 5A | 51 |
| Octal | 244 | 251 | 372 | 42 | 40 | 0 | 2 | 355 | 132 | 121 |
| Binary | 10100100 | 10101001 | 11111010 | 100010 | 100000 | 0 | 10 | 11101101 | 1011010 | 1010001 |
Color Harmonies of #A4A9FA
Complementary color
Monochromatic Colors of #A4A9FA
Black with #A4A9FA
Text Example
Text Example
White with #A4A9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A9FA; }
p { color: rgb(164,169,250); }
H1.HeaderClassName
{
color: #A4A9FA;
}
.AnyTagClassName
{
color: #A4A9FA;
}
</style>
background-color css
<style>
a { background-color: #A4A9FA; }
a { background-color: rgb(164,169,250); }
div.DivClassName
{
background-color: #A4A9FA;
}
.BgClassName
{
background-color: #A4A9FA;
}
</style>
border-color css
<style>
span { border-color: #A4A9FA; }
span { border-color: rgb(164,169,250); }
td.TdClassName
{
border-color: #A4A9FA;
}
.TagClassName
{
border-color: #A4A9FA;
}
</style>