Shades of Perano #A2AAEC
Tints of Perano #A2AAEC
RGB
CMYK
RGB Variations
Color information
#A2AAEC (or 0xA2AAEC) is known color: Perano. HEX triplet: A2, AA and EC. RGB value is (162,170,236). Sum of RGB (Red+Green+Blue) = 162+170+236=568 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.52% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2AAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2AAEC is #5D5513. Grayscale: #AEAEAE. Windows color (decimal): -6116628 or 15510178. OLE color: 15510178.
HSL color Cylindrical-coordinate representation of color #A2AAEC: hue angle of 233.51º degrees, saturation: 0.66, 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 #A2AAEC is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 170 | 236 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.07 |
| HSL | 233.51º | 0.66% | 0.78% | - |
| HSV(B) | 233.51º | 0.31% | 0.93% | - |
| XYZ | 44.42 | 42.49 | 85.22 | - |
| YUV | 175.13 | 162.35 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 236 | 0.31 | 0.28 | 0 | 0.07 | 233.51 | 0.66 | 0.78 |
| Hex | A2 | AA | EC | 1F | 1C | 0 | 7 | EA | 42 | 4E |
| Octal | 242 | 252 | 354 | 37 | 34 | 0 | 7 | 352 | 102 | 116 |
| Binary | 10100010 | 10101010 | 11101100 | 11111 | 11100 | 0 | 111 | 11101010 | 1000010 | 1001110 |
Color Harmonies of #A2AAEC
Complementary color
Monochromatic Colors of #A2AAEC
Black with #A2AAEC
Text Example
Text Example
White with #A2AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AAEC; }
p { color: rgb(162,170,236); }
H1.HeaderClassName
{
color: #A2AAEC;
}
.AnyTagClassName
{
color: #A2AAEC;
}
</style>
background-color css
<style>
a { background-color: #A2AAEC; }
a { background-color: rgb(162,170,236); }
div.DivClassName
{
background-color: #A2AAEC;
}
.BgClassName
{
background-color: #A2AAEC;
}
</style>
border-color css
<style>
span { border-color: #A2AAEC; }
span { border-color: rgb(162,170,236); }
td.TdClassName
{
border-color: #A2AAEC;
}
.TagClassName
{
border-color: #A2AAEC;
}
</style>