#A193DA

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

Shades of Wistful #A193DA

Tints of Wistful #A193DA

Color information

#A193DA (or 0xA193DA) is unknown color: approx Wistful. HEX triplet: A1, 93 and DA. RGB value is (161,147,218). Sum of RGB (Red+Green+Blue) = 161+147+218=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #A193DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193DA is #5E6C25. Grayscale: #9F9F9F. Windows color (decimal): -6188070 or 14324641. OLE color: 14324641.

HSL color Cylindrical-coordinate representation of color #A193DA: hue angle of 251.83º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A193DA is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB161147218-
CMYK0.260.3300.15
HSL251.83º48.97%71.57%-
HSV(B)251.83º32.57%85.49%-
XYZ37.7933.5170.81-
YUV159.28161.14129.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 147 (57.81% from 255) = 27.95%
BLUE value IS 218 (85.55% from 255) = 41.44%
R=30.61%
G=27.95%
B=41.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1611472180.260.3300.15251.8348.9771.57
HexA193DA1A210Ffc3148
Octal241223332324101737461110
Binary1010000110010011110110101101010000101111111111001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193DA; }

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

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

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

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

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

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

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

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