Shades of Perano #A4A6EC
Tints of Perano #A4A6EC
RGB
CMYK
RGB Variations
Color information
#A4A6EC (or 0xA4A6EC) is known color: Perano. HEX triplet: A4, A6 and EC. RGB value is (164,166,236). Sum of RGB (Red+Green+Blue) = 164+166+236=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #A4A6EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A6EC is #5B5913. Grayscale: #ADADAD. Windows color (decimal): -5986580 or 15509156. OLE color: 15509156.
HSL color Cylindrical-coordinate representation of color #A4A6EC: hue angle of 238.33º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4A6EC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 166 | 236 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.07 |
| HSL | 238.33º | 0.65% | 0.78% | - |
| HSV(B) | 238.33º | 0.31% | 0.93% | - |
| XYZ | 44.09 | 41.22 | 84.99 | - |
| YUV | 173.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 166 | 236 | 0.31 | 0.30 | 0 | 0.07 | 238.33 | 0.65 | 0.78 |
| Hex | A4 | A6 | EC | 1F | 1E | 0 | 7 | EE | 41 | 4E |
| Octal | 244 | 246 | 354 | 37 | 36 | 0 | 7 | 356 | 101 | 116 |
| Binary | 10100100 | 10100110 | 11101100 | 11111 | 11110 | 0 | 111 | 11101110 | 1000001 | 1001110 |
Color Harmonies of #A4A6EC
Complementary color
Monochromatic Colors of #A4A6EC
Black with #A4A6EC
Text Example
Text Example
White with #A4A6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A6EC; }
p { color: rgb(164,166,236); }
H1.HeaderClassName
{
color: #A4A6EC;
}
.AnyTagClassName
{
color: #A4A6EC;
}
</style>
background-color css
<style>
a { background-color: #A4A6EC; }
a { background-color: rgb(164,166,236); }
div.DivClassName
{
background-color: #A4A6EC;
}
.BgClassName
{
background-color: #A4A6EC;
}
</style>
border-color css
<style>
span { border-color: #A4A6EC; }
span { border-color: rgb(164,166,236); }
td.TdClassName
{
border-color: #A4A6EC;
}
.TagClassName
{
border-color: #A4A6EC;
}
</style>