Shades of Perano #A1A4EA
Tints of Perano #A1A4EA
RGB
CMYK
RGB Variations
Color information
#A1A4EA (or 0xA1A4EA) is known color: Perano. HEX triplet: A1, A4 and EA. RGB value is (161,164,234). Sum of RGB (Red+Green+Blue) = 161+164+234=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1A4EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A4EA is #5E5B15. Grayscale: #AAAAAA. Windows color (decimal): -6183702 or 15377569. OLE color: 15377569.
HSL color Cylindrical-coordinate representation of color #A1A4EA: hue angle of 237.53º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1A4EA is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 164 | 234 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.08 |
| HSL | 237.53º | 0.63% | 0.77% | - |
| HSV(B) | 237.53º | 0.31% | 0.92% | - |
| XYZ | 42.82 | 40.07 | 83.32 | - |
| YUV | 171.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 234 | 0.31 | 0.30 | 0 | 0.08 | 237.53 | 0.63 | 0.77 |
| Hex | A1 | A4 | EA | 1F | 1E | 0 | 8 | EE | 3F | 4D |
| Octal | 241 | 244 | 352 | 37 | 36 | 0 | 10 | 356 | 77 | 115 |
| Binary | 10100001 | 10100100 | 11101010 | 11111 | 11110 | 0 | 1000 | 11101110 | 111111 | 1001101 |
Color Harmonies of #A1A4EA
Complementary color
Monochromatic Colors of #A1A4EA
Black with #A1A4EA
Text Example
Text Example
White with #A1A4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A4EA; }
p { color: rgb(161,164,234); }
H1.HeaderClassName
{
color: #A1A4EA;
}
.AnyTagClassName
{
color: #A1A4EA;
}
</style>
background-color css
<style>
a { background-color: #A1A4EA; }
a { background-color: rgb(161,164,234); }
div.DivClassName
{
background-color: #A1A4EA;
}
.BgClassName
{
background-color: #A1A4EA;
}
</style>
border-color css
<style>
span { border-color: #A1A4EA; }
span { border-color: rgb(161,164,234); }
td.TdClassName
{
border-color: #A1A4EA;
}
.TagClassName
{
border-color: #A1A4EA;
}
</style>