Shades of Perano #A4A1EF
Tints of Perano #A4A1EF
RGB
CMYK
RGB Variations
Color information
#A4A1EF (or 0xA4A1EF) is known color: Perano. HEX triplet: A4, A1 and EF. RGB value is (164,161,239). Sum of RGB (Red+Green+Blue) = 164+161+239=564 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.08% from 564); Green value is 161 (63.28% from 255 or 28.55% 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 #A4A1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A1EF is #5B5E10. Grayscale: #AAAAAA. Windows color (decimal): -5987857 or 15704484. OLE color: 15704484.
HSL color Cylindrical-coordinate representation of color #A4A1EF: hue angle of 242.31º 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 #A4A1EF is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 161 | 239 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.06 |
| HSL | 242.31º | 0.71% | 0.78% | - |
| HSV(B) | 242.31º | 0.33% | 0.94% | - |
| XYZ | 43.63 | 39.61 | 87.01 | - |
| YUV | 170.79 | 166.49 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 161 | 239 | 0.31 | 0.33 | 0 | 0.06 | 242.31 | 0.71 | 0.78 |
| Hex | A4 | A1 | EF | 1F | 21 | 0 | 6 | F2 | 47 | 4E |
| Octal | 244 | 241 | 357 | 37 | 41 | 0 | 6 | 362 | 107 | 116 |
| Binary | 10100100 | 10100001 | 11101111 | 11111 | 100001 | 0 | 110 | 11110010 | 1000111 | 1001110 |
Color Harmonies of #A4A1EF
Complementary color
Monochromatic Colors of #A4A1EF
Black with #A4A1EF
Text Example
Text Example
White with #A4A1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A1EF; }
p { color: rgb(164,161,239); }
H1.HeaderClassName
{
color: #A4A1EF;
}
.AnyTagClassName
{
color: #A4A1EF;
}
</style>
background-color css
<style>
a { background-color: #A4A1EF; }
a { background-color: rgb(164,161,239); }
div.DivClassName
{
background-color: #A4A1EF;
}
.BgClassName
{
background-color: #A4A1EF;
}
</style>
border-color css
<style>
span { border-color: #A4A1EF; }
span { border-color: rgb(164,161,239); }
td.TdClassName
{
border-color: #A4A1EF;
}
.TagClassName
{
border-color: #A4A1EF;
}
</style>