Shades of Perano #A9AEF0
Tints of Perano #A9AEF0
RGB
CMYK
RGB Variations
Color information
#A9AEF0 (or 0xA9AEF0) is known color: Perano. HEX triplet: A9, AE and F0. RGB value is (169,174,240). Sum of RGB (Red+Green+Blue) = 169+174+240=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 240 - color contains mainly: blue. Hex color #A9AEF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AEF0 is #56510F. Grayscale: #B3B3B3. Windows color (decimal): -5656848 or 15773353. OLE color: 15773353.
HSL color Cylindrical-coordinate representation of color #A9AEF0: hue angle of 235.77º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9AEF0 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 174 | 240 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.06 |
| HSL | 235.77º | 0.7% | 0.8% | - |
| HSV(B) | 235.77º | 0.3% | 0.94% | - |
| XYZ | 47.23 | 45 | 88.63 | - |
| YUV | 180.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 240 | 0.30 | 0.28 | 0 | 0.06 | 235.77 | 0.7 | 0.8 |
| Hex | A9 | AE | F0 | 1E | 1C | 0 | 6 | EC | 46 | 50 |
| Octal | 251 | 256 | 360 | 36 | 34 | 0 | 6 | 354 | 106 | 120 |
| Binary | 10101001 | 10101110 | 11110000 | 11110 | 11100 | 0 | 110 | 11101100 | 1000110 | 1010000 |
Color Harmonies of #A9AEF0
Complementary color
Monochromatic Colors of #A9AEF0
Black with #A9AEF0
Text Example
Text Example
White with #A9AEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AEF0; }
p { color: rgb(169,174,240); }
H1.HeaderClassName
{
color: #A9AEF0;
}
.AnyTagClassName
{
color: #A9AEF0;
}
</style>
background-color css
<style>
a { background-color: #A9AEF0; }
a { background-color: rgb(169,174,240); }
div.DivClassName
{
background-color: #A9AEF0;
}
.BgClassName
{
background-color: #A9AEF0;
}
</style>
border-color css
<style>
span { border-color: #A9AEF0; }
span { border-color: rgb(169,174,240); }
td.TdClassName
{
border-color: #A9AEF0;
}
.TagClassName
{
border-color: #A9AEF0;
}
</style>