Shades of Perano #A9AEEC
Tints of Perano #A9AEEC
RGB
CMYK
RGB Variations
Color information
#A9AEEC (or 0xA9AEEC) is known color: Perano. HEX triplet: A9, AE and EC. RGB value is (169,174,236). Sum of RGB (Red+Green+Blue) = 169+174+236=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #A9AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A9AEEC is #565113. Grayscale: #B3B3B3. Windows color (decimal): -5656852 or 15511209. OLE color: 15511209.
HSL color Cylindrical-coordinate representation of color #A9AEEC: hue angle of 235.52º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9AEEC is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 174 | 236 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.07 |
| HSL | 235.52º | 0.64% | 0.79% | - |
| HSV(B) | 235.52º | 0.28% | 0.93% | - |
| XYZ | 46.64 | 44.76 | 85.54 | - |
| YUV | 179.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 174 | 236 | 0.28 | 0.26 | 0 | 0.07 | 235.52 | 0.64 | 0.79 |
| Hex | A9 | AE | EC | 1C | 1A | 0 | 7 | EC | 40 | 4F |
| Octal | 251 | 256 | 354 | 34 | 32 | 0 | 7 | 354 | 100 | 117 |
| Binary | 10101001 | 10101110 | 11101100 | 11100 | 11010 | 0 | 111 | 11101100 | 1000000 | 1001111 |
Color Harmonies of #A9AEEC
Complementary color
Monochromatic Colors of #A9AEEC
Black with #A9AEEC
Text Example
Text Example
White with #A9AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9AEEC; }
p { color: rgb(169,174,236); }
H1.HeaderClassName
{
color: #A9AEEC;
}
.AnyTagClassName
{
color: #A9AEEC;
}
</style>
background-color css
<style>
a { background-color: #A9AEEC; }
a { background-color: rgb(169,174,236); }
div.DivClassName
{
background-color: #A9AEEC;
}
.BgClassName
{
background-color: #A9AEEC;
}
</style>
border-color css
<style>
span { border-color: #A9AEEC; }
span { border-color: rgb(169,174,236); }
td.TdClassName
{
border-color: #A9AEEC;
}
.TagClassName
{
border-color: #A9AEEC;
}
</style>