#A5A4EB

Color #A5A4EB Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A5A4EB

Tints of Perano #A5A4EB

Color information

#A5A4EB (or 0xA5A4EB) is unknown color: approx 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

RGB165164235-
CMYK0.300.3000.08
HSL240.85º63.96%78.24%-
HSV(B)240.85º30.21%92.16%-
XYZ43.7940.5584.12-
YUV172.39163.33122.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 29.26%
GREEN value IS 164 (64.45% from 255) = 29.08%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=29.26%
G=29.08%
B=41.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1651642350.300.3000.08240.8563.9678.24
HexA5A4EB1E1E08f1404e
Octal2452443533636010361100116
Binary1010010110100100111010111111011110010001111000110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>