#A2A0EB

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

Shades of Wistful #A2A0EB

Tints of Wistful #A2A0EB

Color information

#A2A0EB (or 0xA2A0EB) is unknown color: approx Wistful. HEX triplet: A2, A0 and EB. RGB value is (162,160,235). Sum of RGB (Red+Green+Blue) = 162+160+235=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2A0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2A0EB is #5D5F14. Grayscale: #A8A8A8. Windows color (decimal): -6119189 or 15442082. OLE color: 15442082.

HSL color Cylindrical-coordinate representation of color #A2A0EB: hue angle of 241.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2A0EB is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162160235-
CMYK0.310.3200.08
HSL241.6º65.22%77.45%-
HSV(B)241.6º31.91%92.16%-
XYZ42.4738.8283.85-
YUV169.15165.16122.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.08%
GREEN value IS 160 (62.89% from 255) = 28.73%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=29.08%
G=28.73%
B=42.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621602350.310.3200.08241.665.2277.45
HexA2A0EB1F2008f2414d
Octal2422403533740010362101115
Binary10100010101000001110101111111100000010001111001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A0EB; }

 p { color: rgb(162,160,235); }

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

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

 a { background-color: rgb(162,160,235); }

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

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

 span { border-color: rgb(162,160,235); }

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