#A19DDF

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

Shades of Wistful #A19DDF

Tints of Wistful #A19DDF

Color information

#A19DDF (or 0xA19DDF) is unknown color: approx Wistful. HEX triplet: A1, 9D and DF. RGB value is (161,157,223). Sum of RGB (Red+Green+Blue) = 161+157+223=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #A19DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DDF is #5E6220. Grayscale: #A5A5A5. Windows color (decimal): -6185505 or 14654881. OLE color: 14654881.

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

Color convert

RGB161157223-
CMYK0.280.3000.13
HSL243.64º50.77%74.51%-
HSV(B)243.64º29.6%87.45%-
XYZ40.0737.0274.85-
YUV165.72160.33124.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=29.76%
G=29.02%
B=41.22%

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
Decimal1611572230.280.3000.13243.6450.7774.51
HexA19DDF1C1E0Df4334b
Octal241235337343601536463113
Binary101000011001110111011111111001111001101111101001100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DDF; }

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

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

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

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

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

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

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

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