Shades of Perano #A9AEDD
Tints of Perano #A9AEDD
RGB
CMYK
RGB Variations
Color information
#A9AEDD (or 0xA9AEDD) is known color: Perano. HEX triplet: A9, AE and DD. RGB value is (169,174,221). Sum of RGB (Red+Green+Blue) = 169+174+221=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9AEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AEDD is #565122. Grayscale: #B1B1B1. Windows color (decimal): -5656867 or 14528169. OLE color: 14528169.
HSL color Cylindrical-coordinate representation of color #A9AEDD: hue angle of 234.23º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9AEDD is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 174 | 221 | - |
| CMYK | 0.24 | 0.21 | 0 | 0.13 |
| HSL | 234.23º | 0.43% | 0.76% | - |
| HSV(B) | 234.23º | 0.24% | 0.87% | - |
| XYZ | 44.55 | 43.93 | 74.54 | - |
| YUV | 177.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 221 | 0.24 | 0.21 | 0 | 0.13 | 234.23 | 0.43 | 0.76 |
| Hex | A9 | AE | DD | 18 | 15 | 0 | D | EA | 2B | 4C |
| Octal | 251 | 256 | 335 | 30 | 25 | 0 | 15 | 352 | 53 | 114 |
| Binary | 10101001 | 10101110 | 11011101 | 11000 | 10101 | 0 | 1101 | 11101010 | 101011 | 1001100 |
Color Harmonies of #A9AEDD
Complementary color
Monochromatic Colors of #A9AEDD
Black with #A9AEDD
Text Example
Text Example
White with #A9AEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AEDD; }
p { color: rgb(169,174,221); }
H1.HeaderClassName
{
color: #A9AEDD;
}
.AnyTagClassName
{
color: #A9AEDD;
}
</style>
background-color css
<style>
a { background-color: #A9AEDD; }
a { background-color: rgb(169,174,221); }
div.DivClassName
{
background-color: #A9AEDD;
}
.BgClassName
{
background-color: #A9AEDD;
}
</style>
border-color css
<style>
span { border-color: #A9AEDD; }
span { border-color: rgb(169,174,221); }
td.TdClassName
{
border-color: #A9AEDD;
}
.TagClassName
{
border-color: #A9AEDD;
}
</style>