#A5A4EC

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

Shades of Perano #A5A4EC

Tints of Perano #A5A4EC

Color information

#A5A4EC (or 0xA5A4EC) is unknown color: approx Perano. HEX triplet: A5, A4 and EC. RGB value is (165,164,236). Sum of RGB (Red+Green+Blue) = 165+164+236=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5A4EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A4EC is #5A5B13. Grayscale: #ACACAC. Windows color (decimal): -5921556 or 15508645. OLE color: 15508645.

HSL color Cylindrical-coordinate representation of color #A5A4EC: hue angle of 240.83º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5A4EC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165164236-
CMYK0.300.3100.07
HSL240.83º65.45%78.43%-
HSV(B)240.83º30.51%92.55%-
XYZ43.9340.6184.88-
YUV172.51163.83122.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.20%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 236 (92.58% from 255) = 41.77%
R=29.20%
G=29.03%
B=41.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651642360.300.3100.07240.8365.4578.43
HexA5A4EC1E1F07f1414e
Octal245244354363707361101116
Binary101001011010010011101100111101111101111111000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A4EC; }

 p { color: rgb(165,164,236); }

 H1.HeaderClassName
 {
   color: #A5A4EC;
 }
 .AnyTagClassName
 {
   color: #A5A4EC;
 }
</style>
background-color css

<style>
 a { background-color: #A5A4EC; }

 a { background-color: rgb(165,164,236); }

 div.DivClassName
 {
   background-color: #A5A4EC;
 }
 .BgClassName
 {
   background-color: #A5A4EC;
 }
</style>
border-color css

<style>
 span { border-color: #A5A4EC; }

 span { border-color: rgb(165,164,236); }

 td.TdClassName
 {
   border-color: #A5A4EC;
 }
 .TagClassName
 {
   border-color: #A5A4EC;
 }
</style>