Shades of Perano #A2A9EC
Tints of Perano #A2A9EC
RGB
CMYK
RGB Variations
Color information
#A2A9EC (or 0xA2A9EC) is known color: Perano. HEX triplet: A2, A9 and EC. RGB value is (162,169,236). Sum of RGB (Red+Green+Blue) = 162+169+236=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2A9EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A9EC is #5D5613. Grayscale: #AEAEAE. Windows color (decimal): -6116884 or 15509922. OLE color: 15509922.
HSL color Cylindrical-coordinate representation of color #A2A9EC: hue angle of 234.32º 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 #A2A9EC is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 169 | 236 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.07 |
| HSL | 234.32º | 0.66% | 0.78% | - |
| HSV(B) | 234.32º | 0.31% | 0.93% | - |
| XYZ | 44.23 | 42.11 | 85.15 | - |
| YUV | 174.55 | 162.68 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 169 | 236 | 0.31 | 0.28 | 0 | 0.07 | 234.32 | 0.66 | 0.78 |
| Hex | A2 | A9 | EC | 1F | 1C | 0 | 7 | EA | 42 | 4E |
| Octal | 242 | 251 | 354 | 37 | 34 | 0 | 7 | 352 | 102 | 116 |
| Binary | 10100010 | 10101001 | 11101100 | 11111 | 11100 | 0 | 111 | 11101010 | 1000010 | 1001110 |
Color Harmonies of #A2A9EC
Complementary color
Monochromatic Colors of #A2A9EC
Black with #A2A9EC
Text Example
Text Example
White with #A2A9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A9EC; }
p { color: rgb(162,169,236); }
H1.HeaderClassName
{
color: #A2A9EC;
}
.AnyTagClassName
{
color: #A2A9EC;
}
</style>
background-color css
<style>
a { background-color: #A2A9EC; }
a { background-color: rgb(162,169,236); }
div.DivClassName
{
background-color: #A2A9EC;
}
.BgClassName
{
background-color: #A2A9EC;
}
</style>
border-color css
<style>
span { border-color: #A2A9EC; }
span { border-color: rgb(162,169,236); }
td.TdClassName
{
border-color: #A2A9EC;
}
.TagClassName
{
border-color: #A2A9EC;
}
</style>