#A19DCB

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

Shades of Wistful #A19DCB

Tints of Wistful #A19DCB

Color information

#A19DCB (or 0xA19DCB) is unknown color: approx Wistful. HEX triplet: A1, 9D and CB. RGB value is (161,157,203). Sum of RGB (Red+Green+Blue) = 161+157+203=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #A19DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19DCB is #5E6234. Grayscale: #A3A3A3. Windows color (decimal): -6185525 or 13344161. OLE color: 13344161.

HSL color Cylindrical-coordinate representation of color #A19DCB: hue angle of 245.22º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A19DCB is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB161157203-
CMYK0.210.2300.20
HSL245.22º30.67%70.59%-
HSV(B)245.22º22.66%79.61%-
XYZ37.533661.47-
YUV163.44150.33126.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 203 (79.69% from 255) = 38.96%
R=30.90%
G=30.13%
B=38.96%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1611572030.210.2300.20245.2230.6770.59
HexA19DCB1517014f51f47
Octal241235313252702436537107
Binary101000011001110111001011101011011101010011110101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DCB; }

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

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

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

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

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

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

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

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