Shades of Perano #A2A4EA
Tints of Perano #A2A4EA
RGB
CMYK
RGB Variations
Color information
#A2A4EA (or 0xA2A4EA) is known color: Perano. HEX triplet: A2, A4 and EA. RGB value is (162,164,234). Sum of RGB (Red+Green+Blue) = 162+164+234=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2A4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A4EA is #5D5B15. Grayscale: #ABABAB. Windows color (decimal): -6118166 or 15377570. OLE color: 15377570.
HSL color Cylindrical-coordinate representation of color #A2A4EA: hue angle of 238.33º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2A4EA is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 164 | 234 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.08 |
| HSL | 238.33º | 0.63% | 0.78% | - |
| HSV(B) | 238.33º | 0.31% | 0.92% | - |
| XYZ | 43.03 | 40.17 | 83.33 | - |
| YUV | 171.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 164 | 234 | 0.31 | 0.30 | 0 | 0.08 | 238.33 | 0.63 | 0.78 |
| Hex | A2 | A4 | EA | 1F | 1E | 0 | 8 | EE | 3F | 4E |
| Octal | 242 | 244 | 352 | 37 | 36 | 0 | 10 | 356 | 77 | 116 |
| Binary | 10100010 | 10100100 | 11101010 | 11111 | 11110 | 0 | 1000 | 11101110 | 111111 | 1001110 |
Color Harmonies of #A2A4EA
Complementary color
Monochromatic Colors of #A2A4EA
Black with #A2A4EA
Text Example
Text Example
White with #A2A4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A4EA; }
p { color: rgb(162,164,234); }
H1.HeaderClassName
{
color: #A2A4EA;
}
.AnyTagClassName
{
color: #A2A4EA;
}
</style>
background-color css
<style>
a { background-color: #A2A4EA; }
a { background-color: rgb(162,164,234); }
div.DivClassName
{
background-color: #A2A4EA;
}
.BgClassName
{
background-color: #A2A4EA;
}
</style>
border-color css
<style>
span { border-color: #A2A4EA; }
span { border-color: rgb(162,164,234); }
td.TdClassName
{
border-color: #A2A4EA;
}
.TagClassName
{
border-color: #A2A4EA;
}
</style>