#A19CDE

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

Shades of Wistful #A19CDE

Tints of Wistful #A19CDE

Color information

#A19CDE (or 0xA19CDE) is unknown color: approx Wistful. HEX triplet: A1, 9C and DE. RGB value is (161,156,222). Sum of RGB (Red+Green+Blue) = 161+156+222=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #A19CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19CDE is #5E6321. Grayscale: #A4A4A4. Windows color (decimal): -6185762 or 14589089. OLE color: 14589089.

HSL color Cylindrical-coordinate representation of color #A19CDE: hue angle of 244.55º degrees, saturation: 0.5, 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 #A19CDE is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161156222-
CMYK0.270.3000.13
HSL244.55º50%74.12%-
HSV(B)244.55º29.73%87.06%-
XYZ39.7736.6374.08-
YUV165.02160.16125.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.87%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 222 (87.11% from 255) = 41.19%
R=29.87%
G=28.94%
B=41.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611562220.270.3000.13244.555074.12
HexA19CDE1B1E0Df5324a
Octal241234336333601536562112
Binary101000011001110011011110110111111001101111101011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CDE; }

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

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

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

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

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

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

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

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