Shades of Perano #A5A4EB
Tints of Perano #A5A4EB
RGB
CMYK
RGB Variations
Color information
#A5A4EB (or 0xA5A4EB) is known color: Perano. HEX triplet: A5, A4 and EB. RGB value is (165,164,235). Sum of RGB (Red+Green+Blue) = 165+164+235=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 164 (64.45% from 255 or 29.08% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #A5A4EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A4EB is #5A5B14. Grayscale: #ACACAC. Windows color (decimal): -5921557 or 15443109. OLE color: 15443109.
HSL color Cylindrical-coordinate representation of color #A5A4EB: hue angle of 240.85º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5A4EB is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 164 | 235 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.08 |
| HSL | 240.85º | 0.64% | 0.78% | - |
| HSV(B) | 240.85º | 0.3% | 0.92% | - |
| XYZ | 43.79 | 40.55 | 84.12 | - |
| YUV | 172.39 | 163.33 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 164 | 235 | 0.30 | 0.30 | 0 | 0.08 | 240.85 | 0.64 | 0.78 |
| Hex | A5 | A4 | EB | 1E | 1E | 0 | 8 | F1 | 40 | 4E |
| Octal | 245 | 244 | 353 | 36 | 36 | 0 | 10 | 361 | 100 | 116 |
| Binary | 10100101 | 10100100 | 11101011 | 11110 | 11110 | 0 | 1000 | 11110001 | 1000000 | 1001110 |
Color Harmonies of #A5A4EB
Complementary color
Monochromatic Colors of #A5A4EB
Black with #A5A4EB
Text Example
Text Example
White with #A5A4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A4EB; }
p { color: rgb(165,164,235); }
H1.HeaderClassName
{
color: #A5A4EB;
}
.AnyTagClassName
{
color: #A5A4EB;
}
</style>
background-color css
<style>
a { background-color: #A5A4EB; }
a { background-color: rgb(165,164,235); }
div.DivClassName
{
background-color: #A5A4EB;
}
.BgClassName
{
background-color: #A5A4EB;
}
</style>
border-color css
<style>
span { border-color: #A5A4EB; }
span { border-color: rgb(165,164,235); }
td.TdClassName
{
border-color: #A5A4EB;
}
.TagClassName
{
border-color: #A5A4EB;
}
</style>