#A19DDE

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

Shades of Wistful #A19DDE

Tints of Wistful #A19DDE

Color information

#A19DDE (or 0xA19DDE) is unknown color: approx Wistful. HEX triplet: A1, 9D and DE. RGB value is (161,157,222). Sum of RGB (Red+Green+Blue) = 161+157+222=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #A19DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DDE is #5E6221. Grayscale: #A5A5A5. Windows color (decimal): -6185506 or 14589345. OLE color: 14589345.

HSL color Cylindrical-coordinate representation of color #A19DDE: hue angle of 243.69º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A19DDE is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB161157222-
CMYK0.270.2900.13
HSL243.69º49.62%74.31%-
HSV(B)243.69º29.28%87.06%-
XYZ39.9436.9674.14-
YUV165.61159.83124.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.81%
GREEN value IS 157 (61.72% from 255) = 29.07%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=29.81%
G=29.07%
B=41.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611572220.270.2900.13243.6949.6274.31
HexA19DDE1B1D0Df4324a
Octal241235336333501536462112
Binary101000011001110111011110110111110101101111101001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DDE; }

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

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

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

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

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

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

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

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