Shades of Perano #A4A4EE
Tints of Perano #A4A4EE
RGB
CMYK
RGB Variations
Color information
#A4A4EE (or 0xA4A4EE) is known color: Perano. HEX triplet: A4, A4 and EE. RGB value is (164,164,238). Sum of RGB (Red+Green+Blue) = 164+164+238=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 164 (64.45% from 255 or 28.98% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #A4A4EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A4A4EE is #5B5B11. Grayscale: #ACACAC. Windows color (decimal): -5987090 or 15639716. OLE color: 15639716.
HSL color Cylindrical-coordinate representation of color #A4A4EE: hue angle of 240º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4A4EE is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 164 | 238 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.07 |
| HSL | 240º | 0.69% | 0.79% | - |
| HSV(B) | 240º | 0.31% | 0.93% | - |
| XYZ | 44.02 | 40.62 | 86.41 | - |
| YUV | 172.44 | 165 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 164 | 238 | 0.31 | 0.31 | 0 | 0.07 | 240 | 0.69 | 0.79 |
| Hex | A4 | A4 | EE | 1F | 1F | 0 | 7 | F0 | 45 | 4F |
| Octal | 244 | 244 | 356 | 37 | 37 | 0 | 7 | 360 | 105 | 117 |
| Binary | 10100100 | 10100100 | 11101110 | 11111 | 11111 | 0 | 111 | 11110000 | 1000101 | 1001111 |
Color Harmonies of #A4A4EE
Complementary color
Monochromatic Colors of #A4A4EE
Black with #A4A4EE
Text Example
Text Example
White with #A4A4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A4EE; }
p { color: rgb(164,164,238); }
H1.HeaderClassName
{
color: #A4A4EE;
}
.AnyTagClassName
{
color: #A4A4EE;
}
</style>
background-color css
<style>
a { background-color: #A4A4EE; }
a { background-color: rgb(164,164,238); }
div.DivClassName
{
background-color: #A4A4EE;
}
.BgClassName
{
background-color: #A4A4EE;
}
</style>
border-color css
<style>
span { border-color: #A4A4EE; }
span { border-color: rgb(164,164,238); }
td.TdClassName
{
border-color: #A4A4EE;
}
.TagClassName
{
border-color: #A4A4EE;
}
</style>