Shades of Perano #A9AEDF
Tints of Perano #A9AEDF
RGB
CMYK
RGB Variations
Color information
#A9AEDF (or 0xA9AEDF) is known color: Perano. HEX triplet: A9, AE and DF. RGB value is (169,174,223). Sum of RGB (Red+Green+Blue) = 169+174+223=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEDF is #565120. Grayscale: #B1B1B1. Windows color (decimal): -5656865 or 14659241. OLE color: 14659241.
HSL color Cylindrical-coordinate representation of color #A9AEDF: hue angle of 234.44º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9AEDF is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 174 | 223 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.13 |
| HSL | 234.44º | 0.46% | 0.77% | - |
| HSV(B) | 234.44º | 0.24% | 0.87% | - |
| XYZ | 44.82 | 44.03 | 75.95 | - |
| YUV | 178.09 | 153.34 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 223 | 0.24 | 0.22 | 0 | 0.13 | 234.44 | 0.46 | 0.77 |
| Hex | A9 | AE | DF | 18 | 16 | 0 | D | EA | 2E | 4D |
| Octal | 251 | 256 | 337 | 30 | 26 | 0 | 15 | 352 | 56 | 115 |
| Binary | 10101001 | 10101110 | 11011111 | 11000 | 10110 | 0 | 1101 | 11101010 | 101110 | 1001101 |
Color Harmonies of #A9AEDF
Complementary color
Monochromatic Colors of #A9AEDF
Black with #A9AEDF
Text Example
Text Example
White with #A9AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AEDF; }
p { color: rgb(169,174,223); }
H1.HeaderClassName
{
color: #A9AEDF;
}
.AnyTagClassName
{
color: #A9AEDF;
}
</style>
background-color css
<style>
a { background-color: #A9AEDF; }
a { background-color: rgb(169,174,223); }
div.DivClassName
{
background-color: #A9AEDF;
}
.BgClassName
{
background-color: #A9AEDF;
}
</style>
border-color css
<style>
span { border-color: #A9AEDF; }
span { border-color: rgb(169,174,223); }
td.TdClassName
{
border-color: #A9AEDF;
}
.TagClassName
{
border-color: #A9AEDF;
}
</style>