#A193D1

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

Shades of Wistful #A193D1

Tints of Wistful #A193D1

Color information

#A193D1 (or 0xA193D1) is unknown color: approx Wistful. HEX triplet: A1, 93 and D1. RGB value is (161,147,209). Sum of RGB (Red+Green+Blue) = 161+147+209=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #A193D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193D1 is #5E6C2E. Grayscale: #9E9E9E. Windows color (decimal): -6188079 or 13734817. OLE color: 13734817.

HSL color Cylindrical-coordinate representation of color #A193D1: hue angle of 253.55º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A193D1 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161147209-
CMYK0.230.3000.18
HSL253.55º40.26%69.8%-
HSV(B)253.55º29.67%81.96%-
XYZ36.6433.0564.77-
YUV158.25156.64129.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 209 (82.03% from 255) = 40.43%
R=31.14%
G=28.43%
B=40.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611472090.230.3000.18253.5540.2669.8
HexA193D1171E012fe2846
Octal241223321273602237650106
Binary1010000110010011110100011011111110010010111111101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193D1; }

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

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

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

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

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

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

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

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