#A194D3

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

Shades of Wistful #A194D3

Tints of Wistful #A194D3

Color information

#A194D3 (or 0xA194D3) is unknown color: approx Wistful. HEX triplet: A1, 94 and D3. RGB value is (161,148,211). Sum of RGB (Red+Green+Blue) = 161+148+211=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 211 (82.81% from 255 or 40.58% from 520); Max value from RGB is 211 - color contains mainly: blue. Hex color #A194D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194D3 is #5E6B2C. Grayscale: #9E9E9E. Windows color (decimal): -6187821 or 13866145. OLE color: 13866145.

HSL color Cylindrical-coordinate representation of color #A194D3: hue angle of 252.38º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A194D3 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB161148211-
CMYK0.240.3000.17
HSL252.38º41.72%70.39%-
HSV(B)252.38º29.86%82.75%-
XYZ37.0533.4666.13-
YUV159.07157.31129.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 211 (82.81% from 255) = 40.58%
R=30.96%
G=28.46%
B=40.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1611482110.240.3000.17252.3841.7270.39
HexA194D3181E011fc2a46
Octal241224323303602137452106
Binary1010000110010100110100111100011110010001111111001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A194D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A194D3; }

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

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

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

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

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

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

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

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