#A49DCB

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

Shades of Wistful #A49DCB

Tints of Wistful #A49DCB

Color information

#A49DCB (or 0xA49DCB) is unknown color: approx Wistful. HEX triplet: A4, 9D and CB. RGB value is (164,157,203). Sum of RGB (Red+Green+Blue) = 164+157+203=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #A49DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DCB is #5B6234. Grayscale: #A4A4A4. Windows color (decimal): -5988917 or 13344164. OLE color: 13344164.

HSL color Cylindrical-coordinate representation of color #A49DCB: hue angle of 249.13º 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 #A49DCB is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164157203-
CMYK0.190.2300.20
HSL249.13º30.67%70.59%-
HSV(B)249.13º22.66%79.61%-
XYZ38.1536.3261.5-
YUV164.34149.82127.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 157 (61.72% from 255) = 29.96%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=31.30%
G=29.96%
B=38.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641572030.190.2300.20249.1330.6770.59
HexA49DCB1317014f91f47
Octal244235313232702437137107
Binary101001001001110111001011100111011101010011111001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DCB; }

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

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

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

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

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

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

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

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