Shades of Perano #A9AEDC
Tints of Perano #A9AEDC
RGB
CMYK
RGB Variations
Color information
#A9AEDC (or 0xA9AEDC) is known color: Perano. HEX triplet: A9, AE and DC. RGB value is (169,174,220). Sum of RGB (Red+Green+Blue) = 169+174+220=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9AEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEDC is #565123. Grayscale: #B1B1B1. Windows color (decimal): -5656868 or 14462633. OLE color: 14462633.
HSL color Cylindrical-coordinate representation of color #A9AEDC: hue angle of 234.12º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9AEDC is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 174 | 220 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.14 |
| HSL | 234.12º | 0.42% | 0.76% | - |
| HSV(B) | 234.12º | 0.23% | 0.86% | - |
| XYZ | 44.42 | 43.87 | 73.84 | - |
| YUV | 177.75 | 151.84 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 220 | 0.23 | 0.21 | 0 | 0.14 | 234.12 | 0.42 | 0.76 |
| Hex | A9 | AE | DC | 17 | 15 | 0 | E | EA | 2A | 4C |
| Octal | 251 | 256 | 334 | 27 | 25 | 0 | 16 | 352 | 52 | 114 |
| Binary | 10101001 | 10101110 | 11011100 | 10111 | 10101 | 0 | 1110 | 11101010 | 101010 | 1001100 |
Color Harmonies of #A9AEDC
Complementary color
Monochromatic Colors of #A9AEDC
Black with #A9AEDC
Text Example
Text Example
White with #A9AEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AEDC; }
p { color: rgb(169,174,220); }
H1.HeaderClassName
{
color: #A9AEDC;
}
.AnyTagClassName
{
color: #A9AEDC;
}
</style>
background-color css
<style>
a { background-color: #A9AEDC; }
a { background-color: rgb(169,174,220); }
div.DivClassName
{
background-color: #A9AEDC;
}
.BgClassName
{
background-color: #A9AEDC;
}
</style>
border-color css
<style>
span { border-color: #A9AEDC; }
span { border-color: rgb(169,174,220); }
td.TdClassName
{
border-color: #A9AEDC;
}
.TagClassName
{
border-color: #A9AEDC;
}
</style>