Shades of Perano #A1A4EF
Tints of Perano #A1A4EF
RGB
CMYK
RGB Variations
Color information
#A1A4EF (or 0xA1A4EF) is known color: Perano. HEX triplet: A1, A4 and EF. RGB value is (161,164,239). Sum of RGB (Red+Green+Blue) = 161+164+239=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1A4EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A1A4EF is #5E5B10. Grayscale: #ABABAB. Windows color (decimal): -6183697 or 15705249. OLE color: 15705249.
HSL color Cylindrical-coordinate representation of color #A1A4EF: hue angle of 237.69º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1A4EF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 164 | 239 | - |
| CMYK | 0.33 | 0.31 | 0 | 0.06 |
| HSL | 237.69º | 0.71% | 0.78% | - |
| HSV(B) | 237.69º | 0.33% | 0.94% | - |
| XYZ | 43.55 | 40.36 | 87.16 | - |
| YUV | 171.65 | 166.01 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 239 | 0.33 | 0.31 | 0 | 0.06 | 237.69 | 0.71 | 0.78 |
| Hex | A1 | A4 | EF | 21 | 1F | 0 | 6 | EE | 47 | 4E |
| Octal | 241 | 244 | 357 | 41 | 37 | 0 | 6 | 356 | 107 | 116 |
| Binary | 10100001 | 10100100 | 11101111 | 100001 | 11111 | 0 | 110 | 11101110 | 1000111 | 1001110 |
Color Harmonies of #A1A4EF
Complementary color
Monochromatic Colors of #A1A4EF
Black with #A1A4EF
Text Example
Text Example
White with #A1A4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A4EF; }
p { color: rgb(161,164,239); }
H1.HeaderClassName
{
color: #A1A4EF;
}
.AnyTagClassName
{
color: #A1A4EF;
}
</style>
background-color css
<style>
a { background-color: #A1A4EF; }
a { background-color: rgb(161,164,239); }
div.DivClassName
{
background-color: #A1A4EF;
}
.BgClassName
{
background-color: #A1A4EF;
}
</style>
border-color css
<style>
span { border-color: #A1A4EF; }
span { border-color: rgb(161,164,239); }
td.TdClassName
{
border-color: #A1A4EF;
}
.TagClassName
{
border-color: #A1A4EF;
}
</style>