#A194D6

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

Shades of Wistful #A194D6

Tints of Wistful #A194D6

Color information

#A194D6 (or 0xA194D6) is unknown color: approx Wistful. HEX triplet: A1, 94 and D6. RGB value is (161,148,214). Sum of RGB (Red+Green+Blue) = 161+148+214=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #A194D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194D6 is #5E6B29. Grayscale: #9F9F9F. Windows color (decimal): -6187818 or 14062753. OLE color: 14062753.

HSL color Cylindrical-coordinate representation of color #A194D6: hue angle of 251.82º degrees, saturation: 0.45, 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 #A194D6 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161148214-
CMYK0.250.3100.16
HSL251.82º44.59%70.98%-
HSV(B)251.82º30.84%83.92%-
XYZ37.4333.6168.13-
YUV159.41158.81129.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 214 (83.98% from 255) = 40.92%
R=30.78%
G=28.30%
B=40.92%

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
Decimal1611482140.250.3100.16251.8244.5970.98
HexA194D6191F010fc2d47
Octal241224326313702037455107
Binary1010000110010100110101101100111111010000111111001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A194D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A194D6; }

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

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

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

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

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

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

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

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