#A194D7

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

Shades of Wistful #A194D7

Tints of Wistful #A194D7

Color information

#A194D7 (or 0xA194D7) is unknown color: approx Wistful. HEX triplet: A1, 94 and D7. RGB value is (161,148,215). Sum of RGB (Red+Green+Blue) = 161+148+215=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #A194D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194D7 is #5E6B28. Grayscale: #9F9F9F. Windows color (decimal): -6187817 or 14128289. OLE color: 14128289.

HSL color Cylindrical-coordinate representation of color #A194D7: hue angle of 251.64º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A194D7 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161148215-
CMYK0.250.3100.16
HSL251.64º45.58%71.18%-
HSV(B)251.64º31.16%84.31%-
XYZ37.5533.6668.81-
YUV159.52159.31129.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 215 (84.38% from 255) = 41.03%
R=30.73%
G=28.24%
B=41.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611482150.250.3100.16251.6445.5871.18
HexA194D7191F010fc2e47
Octal241224327313702037456107
Binary1010000110010100110101111100111111010000111111001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A194D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A194D7; }

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

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

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

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

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

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

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

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