Shades of Perano #A9AEF9
Tints of Perano #A9AEF9
RGB
CMYK
RGB Variations
Color information
#A9AEF9 (or 0xA9AEF9) is known color: Perano. HEX triplet: A9, AE and F9. RGB value is (169,174,249). Sum of RGB (Red+Green+Blue) = 169+174+249=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #A9AEF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AEF9 is #565106. Grayscale: #B4B4B4. Windows color (decimal): -5656839 or 16363177. OLE color: 16363177.
HSL color Cylindrical-coordinate representation of color #A9AEF9: hue angle of 236.25º degrees, saturation: 0.87, 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 #A9AEF9 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 174 | 249 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.02 |
| HSL | 236.25º | 0.87% | 0.82% | - |
| HSV(B) | 236.25º | 0.32% | 0.98% | - |
| XYZ | 48.6 | 45.55 | 95.85 | - |
| YUV | 181.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 249 | 0.32 | 0.30 | 0 | 0.02 | 236.25 | 0.87 | 0.82 |
| Hex | A9 | AE | F9 | 20 | 1E | 0 | 2 | EC | 57 | 52 |
| Octal | 251 | 256 | 371 | 40 | 36 | 0 | 2 | 354 | 127 | 122 |
| Binary | 10101001 | 10101110 | 11111001 | 100000 | 11110 | 0 | 10 | 11101100 | 1010111 | 1010010 |
Color Harmonies of #A9AEF9
Complementary color
Monochromatic Colors of #A9AEF9
Black with #A9AEF9
Text Example
Text Example
White with #A9AEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AEF9; }
p { color: rgb(169,174,249); }
H1.HeaderClassName
{
color: #A9AEF9;
}
.AnyTagClassName
{
color: #A9AEF9;
}
</style>
background-color css
<style>
a { background-color: #A9AEF9; }
a { background-color: rgb(169,174,249); }
div.DivClassName
{
background-color: #A9AEF9;
}
.BgClassName
{
background-color: #A9AEF9;
}
</style>
border-color css
<style>
span { border-color: #A9AEF9; }
span { border-color: rgb(169,174,249); }
td.TdClassName
{
border-color: #A9AEF9;
}
.TagClassName
{
border-color: #A9AEF9;
}
</style>