#A5A2EC

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

Shades of Wistful #A5A2EC

Tints of Wistful #A5A2EC

Color information

#A5A2EC (or 0xA5A2EC) is unknown color: approx Wistful. HEX triplet: A5, A2 and EC. RGB value is (165,162,236). Sum of RGB (Red+Green+Blue) = 165+162+236=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 162 (63.67% from 255 or 28.77% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #A5A2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5A2EC is #5A5D13. Grayscale: #ABABAB. Windows color (decimal): -5922068 or 15508133. OLE color: 15508133.

HSL color Cylindrical-coordinate representation of color #A5A2EC: hue angle of 242.43º degrees, saturation: 0.66, 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 #A5A2EC is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165162236-
CMYK0.300.3100.07
HSL242.43º66.07%78.04%-
HSV(B)242.43º31.36%92.55%-
XYZ43.5839.984.76-
YUV171.33164.49123.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.31%
GREEN value IS 162 (63.67% from 255) = 28.77%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=29.31%
G=28.77%
B=41.92%

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
Decimal1651622360.300.3100.07242.4366.0778.04
HexA5A2EC1E1F07f2424e
Octal245242354363707362102116
Binary101001011010001011101100111101111101111111001010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A2EC; }

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

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

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

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

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

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

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

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