#A19FC6

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

Shades of Wistful #A19FC6

Tints of Wistful #A19FC6

Color information

#A19FC6 (or 0xA19FC6) is unknown color: approx Wistful. HEX triplet: A1, 9F and C6. RGB value is (161,159,198). Sum of RGB (Red+Green+Blue) = 161+159+198=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #A19FC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FC6 is #5E6039. Grayscale: #A3A3A3. Windows color (decimal): -6185018 or 13016993. OLE color: 13016993.

HSL color Cylindrical-coordinate representation of color #A19FC6: hue angle of 243.08º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A19FC6 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB161159198-
CMYK0.190.2000.22
HSL243.08º25.49%70%-
HSV(B)243.08º19.7%77.65%-
XYZ37.2936.4558.5-
YUV164.04147.16125.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=31.08%
G=30.69%
B=38.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611591980.190.2000.22243.0825.4970
HexA19FC61314016f31946
Octal241237306232402636331106
Binary101000011001111111000110100111010001011011110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FC6; }

 p { color: rgb(161,159,198); }

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

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

 a { background-color: rgb(161,159,198); }

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

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

 span { border-color: rgb(161,159,198); }

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