#A49DC0

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

Shades of Wistful #A49DC0

Tints of Wistful #A49DC0

Color information

#A49DC0 (or 0xA49DC0) is unknown color: approx Wistful. HEX triplet: A4, 9D and C0. RGB value is (164,157,192). Sum of RGB (Red+Green+Blue) = 164+157+192=513 (67% of max value = 765). Red value is 164 (64.45% from 255 or 31.97% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #A49DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DC0 is #5B623F. Grayscale: #A2A2A2. Windows color (decimal): -5988928 or 12623268. OLE color: 12623268.

HSL color Cylindrical-coordinate representation of color #A49DC0: hue angle of 252º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49DC0 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164157192-
CMYK0.150.1800.25
HSL252º21.74%68.43%-
HSV(B)252º18.23%75.29%-
XYZ36.8835.8154.84-
YUV163.08144.32128.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.97%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=31.97%
G=30.60%
B=37.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641571920.150.1800.2525221.7468.43
HexA49DC0F12019fc1644
Octal244235300172203137426104
Binary10100100100111011100000011111001001100111111100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DC0; }

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

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

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

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

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

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

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

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