#A19CDF

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

Shades of Wistful #A19CDF

Tints of Wistful #A19CDF

Color information

#A19CDF (or 0xA19CDF) is unknown color: approx Wistful. HEX triplet: A1, 9C and DF. RGB value is (161,156,223). Sum of RGB (Red+Green+Blue) = 161+156+223=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #A19CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CDF is #5E6320. Grayscale: #A4A4A4. Windows color (decimal): -6185761 or 14654625. OLE color: 14654625.

HSL color Cylindrical-coordinate representation of color #A19CDF: hue angle of 244.48º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19CDF is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161156223-
CMYK0.280.3000.13
HSL244.48º51.15%74.31%-
HSV(B)244.48º30.04%87.45%-
XYZ39.9136.6874.79-
YUV165.13160.66125.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.81%
GREEN value IS 156 (61.33% from 255) = 28.89%
BLUE value IS 223 (87.5% from 255) = 41.30%
R=29.81%
G=28.89%
B=41.30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611562230.280.3000.13244.4851.1574.31
HexA19CDF1C1E0Df4334a
Octal241234337343601536463112
Binary101000011001110011011111111001111001101111101001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CDF; }

 p { color: rgb(161,156,223); }

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

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

 a { background-color: rgb(161,156,223); }

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

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

 span { border-color: rgb(161,156,223); }

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