Shades of Perano #A7A9EC
Tints of Perano #A7A9EC
RGB
CMYK
RGB Variations
Color information
#A7A9EC (or 0xA7A9EC) is known color: Perano. HEX triplet: A7, A9 and EC. RGB value is (167,169,236). Sum of RGB (Red+Green+Blue) = 167+169+236=572 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.20% from 572); Green value is 169 (66.41% from 255 or 29.55% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #A7A9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7A9EC is #585613. Grayscale: #AFAFAF. Windows color (decimal): -5789204 or 15509927. OLE color: 15509927.
HSL color Cylindrical-coordinate representation of color #A7A9EC: hue angle of 238.26º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7A9EC is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 169 | 236 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.07 |
| HSL | 238.26º | 0.64% | 0.79% | - |
| HSV(B) | 238.26º | 0.29% | 0.93% | - |
| XYZ | 45.26 | 42.65 | 85.2 | - |
| YUV | 176.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 236 | 0.29 | 0.28 | 0 | 0.07 | 238.26 | 0.64 | 0.79 |
| Hex | A7 | A9 | EC | 1D | 1C | 0 | 7 | EE | 40 | 4F |
| Octal | 247 | 251 | 354 | 35 | 34 | 0 | 7 | 356 | 100 | 117 |
| Binary | 10100111 | 10101001 | 11101100 | 11101 | 11100 | 0 | 111 | 11101110 | 1000000 | 1001111 |
Color Harmonies of #A7A9EC
Complementary color
Monochromatic Colors of #A7A9EC
Black with #A7A9EC
Text Example
Text Example
White with #A7A9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A9EC; }
p { color: rgb(167,169,236); }
H1.HeaderClassName
{
color: #A7A9EC;
}
.AnyTagClassName
{
color: #A7A9EC;
}
</style>
background-color css
<style>
a { background-color: #A7A9EC; }
a { background-color: rgb(167,169,236); }
div.DivClassName
{
background-color: #A7A9EC;
}
.BgClassName
{
background-color: #A7A9EC;
}
</style>
border-color css
<style>
span { border-color: #A7A9EC; }
span { border-color: rgb(167,169,236); }
td.TdClassName
{
border-color: #A7A9EC;
}
.TagClassName
{
border-color: #A7A9EC;
}
</style>