Shades of Perano #A9AAF4
Tints of Perano #A9AAF4
RGB
CMYK
RGB Variations
Color information
#A9AAF4 (or 0xA9AAF4) is known color: Perano. HEX triplet: A9, AA and F4. RGB value is (169,170,244). Sum of RGB (Red+Green+Blue) = 169+170+244=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 244 (95.70% from 255 or 41.85% from 583); Max value from RGB is 244 - color contains mainly: blue. Hex color #A9AAF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AAF4 is #56550B. Grayscale: #B1B1B1. Windows color (decimal): -5657868 or 16034473. OLE color: 16034473.
HSL color Cylindrical-coordinate representation of color #A9AAF4: hue angle of 239.2º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9AAF4 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 170 | 244 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.04 |
| HSL | 239.2º | 0.77% | 0.81% | - |
| HSV(B) | 239.2º | 0.31% | 0.96% | - |
| XYZ | 47.07 | 43.72 | 91.55 | - |
| YUV | 178.14 | 165.17 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 170 | 244 | 0.31 | 0.30 | 0 | 0.04 | 239.2 | 0.77 | 0.81 |
| Hex | A9 | AA | F4 | 1F | 1E | 0 | 4 | EF | 4D | 51 |
| Octal | 251 | 252 | 364 | 37 | 36 | 0 | 4 | 357 | 115 | 121 |
| Binary | 10101001 | 10101010 | 11110100 | 11111 | 11110 | 0 | 100 | 11101111 | 1001101 | 1010001 |
Color Harmonies of #A9AAF4
Complementary color
Monochromatic Colors of #A9AAF4
Black with #A9AAF4
Text Example
Text Example
White with #A9AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AAF4; }
p { color: rgb(169,170,244); }
H1.HeaderClassName
{
color: #A9AAF4;
}
.AnyTagClassName
{
color: #A9AAF4;
}
</style>
background-color css
<style>
a { background-color: #A9AAF4; }
a { background-color: rgb(169,170,244); }
div.DivClassName
{
background-color: #A9AAF4;
}
.BgClassName
{
background-color: #A9AAF4;
}
</style>
border-color css
<style>
span { border-color: #A9AAF4; }
span { border-color: rgb(169,170,244); }
td.TdClassName
{
border-color: #A9AAF4;
}
.TagClassName
{
border-color: #A9AAF4;
}
</style>