#A19DD6

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

Shades of Wistful #A19DD6

Tints of Wistful #A19DD6

Color information

#A19DD6 (or 0xA19DD6) is unknown color: approx Wistful. HEX triplet: A1, 9D and D6. RGB value is (161,157,214). Sum of RGB (Red+Green+Blue) = 161+157+214=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #A19DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DD6 is #5E6229. Grayscale: #A4A4A4. Windows color (decimal): -6185514 or 14065057. OLE color: 14065057.

HSL color Cylindrical-coordinate representation of color #A19DD6: hue angle of 244.21º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A19DD6 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161157214-
CMYK0.250.2700.16
HSL244.21º41.01%72.75%-
HSV(B)244.21º26.64%83.92%-
XYZ38.8936.5568.62-
YUV164.69155.83125.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 157 (61.72% from 255) = 29.51%
BLUE value IS 214 (83.98% from 255) = 40.23%
R=30.26%
G=29.51%
B=40.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611572140.250.2700.16244.2141.0172.75
HexA19DD6191B010f42949
Octal241235326313302036451111
Binary1010000110011101110101101100111011010000111101001010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DD6; }

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

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

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

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

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

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

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

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