#A193F9

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

Shades of Wistful #A193F9

Tints of Wistful #A193F9

Color information

#A193F9 (or 0xA193F9) is unknown color: approx Wistful. HEX triplet: A1, 93 and F9. RGB value is (161,147,249). Sum of RGB (Red+Green+Blue) = 161+147+249=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #A193F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A193F9 is #5E6C06. Grayscale: #A2A2A2. Windows color (decimal): -6188039 or 16356257. OLE color: 16356257.

HSL color Cylindrical-coordinate representation of color #A193F9: hue angle of 248.24º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A193F9 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161147249-
CMYK0.350.4100.02
HSL248.24º89.47%77.65%-
HSV(B)248.24º40.96%97.65%-
XYZ42.2335.2894.21-
YUV162.81176.64126.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.90%
GREEN value IS 147 (57.81% from 255) = 26.39%
BLUE value IS 249 (97.66% from 255) = 44.70%
R=28.90%
G=26.39%
B=44.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611472490.350.4100.02248.2489.4777.65
HexA193F9232902f8594e
Octal241223371435102370131116
Binary1010000110010011111110011000111010010101111100010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193F9; }

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

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

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

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

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

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

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

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