Shades of Perano #A2A5EC
Tints of Perano #A2A5EC
RGB
CMYK
RGB Variations
Color information
#A2A5EC (or 0xA2A5EC) is known color: Perano. HEX triplet: A2, A5 and EC. RGB value is (162,165,236). Sum of RGB (Red+Green+Blue) = 162+165+236=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2A5EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A5EC is #5D5A13. Grayscale: #ABABAB. Windows color (decimal): -6117908 or 15508898. OLE color: 15508898.
HSL color Cylindrical-coordinate representation of color #A2A5EC: hue angle of 237.57º 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 #A2A5EC is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 165 | 236 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.07 |
| HSL | 237.57º | 0.66% | 0.78% | - |
| HSV(B) | 237.57º | 0.31% | 0.93% | - |
| XYZ | 43.5 | 40.65 | 84.91 | - |
| YUV | 172.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 165 | 236 | 0.31 | 0.30 | 0 | 0.07 | 237.57 | 0.66 | 0.78 |
| Hex | A2 | A5 | EC | 1F | 1E | 0 | 7 | EE | 42 | 4E |
| Octal | 242 | 245 | 354 | 37 | 36 | 0 | 7 | 356 | 102 | 116 |
| Binary | 10100010 | 10100101 | 11101100 | 11111 | 11110 | 0 | 111 | 11101110 | 1000010 | 1001110 |
Color Harmonies of #A2A5EC
Complementary color
Monochromatic Colors of #A2A5EC
Black with #A2A5EC
Text Example
Text Example
White with #A2A5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A5EC; }
p { color: rgb(162,165,236); }
H1.HeaderClassName
{
color: #A2A5EC;
}
.AnyTagClassName
{
color: #A2A5EC;
}
</style>
background-color css
<style>
a { background-color: #A2A5EC; }
a { background-color: rgb(162,165,236); }
div.DivClassName
{
background-color: #A2A5EC;
}
.BgClassName
{
background-color: #A2A5EC;
}
</style>
border-color css
<style>
span { border-color: #A2A5EC; }
span { border-color: rgb(162,165,236); }
td.TdClassName
{
border-color: #A2A5EC;
}
.TagClassName
{
border-color: #A2A5EC;
}
</style>