#A194F5

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

Shades of Wistful #A194F5

Tints of Wistful #A194F5

Color information

#A194F5 (or 0xA194F5) is unknown color: approx Wistful. HEX triplet: A1, 94 and F5. RGB value is (161,148,245). Sum of RGB (Red+Green+Blue) = 161+148+245=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 245 (96.09% from 255 or 44.22% from 554); Max value from RGB is 245 - color contains mainly: blue. Hex color #A194F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A194F5 is #5E6B0A. Grayscale: #A2A2A2. Windows color (decimal): -6187787 or 16094369. OLE color: 16094369.

HSL color Cylindrical-coordinate representation of color #A194F5: hue angle of 248.04º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A194F5 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161148245-
CMYK0.340.4000.04
HSL248.04º82.91%77.06%-
HSV(B)248.04º39.59%96.08%-
XYZ41.7735.3591.01-
YUV162.94174.31126.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.06%
GREEN value IS 148 (58.20% from 255) = 26.71%
BLUE value IS 245 (96.09% from 255) = 44.22%
R=29.06%
G=26.71%
B=44.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1611482450.340.4000.04248.0482.9177.06
HexA194F5222804f8534d
Octal241224365425004370123115
Binary10100001100101001111010110001010100001001111100010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A194F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A194F5; }

 p { color: rgb(161,148,245); }

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

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

 a { background-color: rgb(161,148,245); }

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

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

 span { border-color: rgb(161,148,245); }

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