Shades of Perano #A6AAEC
Tints of Perano #A6AAEC
RGB
CMYK
RGB Variations
Color information
#A6AAEC (or 0xA6AAEC) is known color: Perano. HEX triplet: A6, AA and EC. RGB value is (166,170,236). Sum of RGB (Red+Green+Blue) = 166+170+236=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 170 (66.80% from 255 or 29.72% 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 #A6AAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6AAEC is #595513. Grayscale: #B0B0B0. Windows color (decimal): -5854484 or 15510182. OLE color: 15510182.
HSL color Cylindrical-coordinate representation of color #A6AAEC: hue angle of 236.57º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6AAEC is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 170 | 236 | - |
| CMYK | 0.30 | 0.28 | 0 | 0.07 |
| HSL | 236.57º | 0.65% | 0.79% | - |
| HSV(B) | 236.57º | 0.3% | 0.93% | - |
| XYZ | 45.24 | 42.91 | 85.26 | - |
| YUV | 176.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 236 | 0.30 | 0.28 | 0 | 0.07 | 236.57 | 0.65 | 0.79 |
| Hex | A6 | AA | EC | 1E | 1C | 0 | 7 | ED | 41 | 4F |
| Octal | 246 | 252 | 354 | 36 | 34 | 0 | 7 | 355 | 101 | 117 |
| Binary | 10100110 | 10101010 | 11101100 | 11110 | 11100 | 0 | 111 | 11101101 | 1000001 | 1001111 |
Color Harmonies of #A6AAEC
Complementary color
Monochromatic Colors of #A6AAEC
Black with #A6AAEC
Text Example
Text Example
White with #A6AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AAEC; }
p { color: rgb(166,170,236); }
H1.HeaderClassName
{
color: #A6AAEC;
}
.AnyTagClassName
{
color: #A6AAEC;
}
</style>
background-color css
<style>
a { background-color: #A6AAEC; }
a { background-color: rgb(166,170,236); }
div.DivClassName
{
background-color: #A6AAEC;
}
.BgClassName
{
background-color: #A6AAEC;
}
</style>
border-color css
<style>
span { border-color: #A6AAEC; }
span { border-color: rgb(166,170,236); }
td.TdClassName
{
border-color: #A6AAEC;
}
.TagClassName
{
border-color: #A6AAEC;
}
</style>