#A19FC1

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

Shades of Wistful #A19FC1

Tints of Wistful #A19FC1

Color information

#A19FC1 (or 0xA19FC1) is unknown color: approx Wistful. HEX triplet: A1, 9F and C1. RGB value is (161,159,193). Sum of RGB (Red+Green+Blue) = 161+159+193=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #A19FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19FC1 is #5E603E. Grayscale: #A3A3A3. Windows color (decimal): -6185023 or 12689313. OLE color: 12689313.

HSL color Cylindrical-coordinate representation of color #A19FC1: hue angle of 243.53º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A19FC1 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161159193-
CMYK0.170.1800.24
HSL243.53º21.52%69.02%-
HSV(B)243.53º17.62%75.69%-
XYZ36.7236.2255.51-
YUV163.47144.66126.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=31.38%
G=30.99%
B=37.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611591930.170.1800.24243.5321.5269.02
HexA19FC11112018f41645
Octal241237301212203036426105
Binary101000011001111111000001100011001001100011110100101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19FC1; }

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

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

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

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

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

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

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

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