#A2A1EC

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

Shades of Wistful #A2A1EC

Tints of Wistful #A2A1EC

Color information

#A2A1EC (or 0xA2A1EC) is unknown color: approx Wistful. HEX triplet: A2, A1 and EC. RGB value is (162,161,236). Sum of RGB (Red+Green+Blue) = 162+161+236=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #A2A1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A1EC is #5D5E13. Grayscale: #A9A9A9. Windows color (decimal): -6118932 or 15507874. OLE color: 15507874.

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

Color convert

RGB162161236-
CMYK0.310.3200.07
HSL240.8º66.37%77.84%-
HSV(B)240.8º31.78%92.55%-
XYZ42.7939.2384.67-
YUV169.85165.33122.4-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.98%
GREEN value IS 161 (63.28% from 255) = 28.80%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=28.98%
G=28.80%
B=42.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1621612360.310.3200.07240.866.3777.84
HexA2A1EC1F2007f1424e
Octal242241354374007361102116
Binary1010001010100001111011001111110000001111111000110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A1EC; }

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

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

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

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

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

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

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

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