#A193EA

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

Shades of Wistful #A193EA

Tints of Wistful #A193EA

Color information

#A193EA (or 0xA193EA) is unknown color: approx Wistful. HEX triplet: A1, 93 and EA. RGB value is (161,147,234). Sum of RGB (Red+Green+Blue) = 161+147+234=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #A193EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193EA is #5E6C15. Grayscale: #A0A0A0. Windows color (decimal): -6188054 or 15373217. OLE color: 15373217.

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

Color convert

RGB161147234-
CMYK0.310.3700.08
HSL249.66º67.44%74.71%-
HSV(B)249.66º37.18%91.76%-
XYZ39.9834.3982.37-
YUV161.1169.14127.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 147 (57.81% from 255) = 27.12%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=29.70%
G=27.12%
B=43.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611472340.310.3700.08249.6667.4474.71
HexA193EA1F2508fa434b
Octal2412233523745010372103113
Binary10100001100100111110101011111100101010001111101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193EA; }

 p { color: rgb(161,147,234); }

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

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

 a { background-color: rgb(161,147,234); }

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

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

 span { border-color: rgb(161,147,234); }

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