Shades of Perano #A4A1FE
Tints of Perano #A4A1FE
RGB
CMYK
RGB Variations
Color information
#A4A1FE (or 0xA4A1FE) is known color: Perano. HEX triplet: A4, A1 and FE. RGB value is (164,161,254). Sum of RGB (Red+Green+Blue) = 164+161+254=579 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.32% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4A1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A1FE is #5B5E01. Grayscale: #ACACAC. Windows color (decimal): -5987842 or 16687524. OLE color: 16687524.
HSL color Cylindrical-coordinate representation of color #A4A1FE: hue angle of 241.94º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A4A1FE is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 161 | 254 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.00 |
| HSL | 241.94º | 0.98% | 0.81% | - |
| HSV(B) | 241.94º | 0.37% | 1% | - |
| XYZ | 45.94 | 40.54 | 99.17 | - |
| YUV | 172.5 | 173.99 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 161 | 254 | 0.35 | 0.37 | 0 | 0.00 | 241.94 | 0.98 | 0.81 |
| Hex | A4 | A1 | FE | 23 | 25 | 0 | 0 | F2 | 62 | 51 |
| Octal | 244 | 241 | 376 | 43 | 45 | 0 | 0 | 362 | 142 | 121 |
| Binary | 10100100 | 10100001 | 11111110 | 100011 | 100101 | 0 | 0 | 11110010 | 1100010 | 1010001 |
Color Harmonies of #A4A1FE
Complementary color
Monochromatic Colors of #A4A1FE
Black with #A4A1FE
Text Example
Text Example
White with #A4A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A1FE; }
p { color: rgb(164,161,254); }
H1.HeaderClassName
{
color: #A4A1FE;
}
.AnyTagClassName
{
color: #A4A1FE;
}
</style>
background-color css
<style>
a { background-color: #A4A1FE; }
a { background-color: rgb(164,161,254); }
div.DivClassName
{
background-color: #A4A1FE;
}
.BgClassName
{
background-color: #A4A1FE;
}
</style>
border-color css
<style>
span { border-color: #A4A1FE; }
span { border-color: rgb(164,161,254); }
td.TdClassName
{
border-color: #A4A1FE;
}
.TagClassName
{
border-color: #A4A1FE;
}
</style>