#A49DC5

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

Shades of Wistful #A49DC5

Tints of Wistful #A49DC5

Color information

#A49DC5 (or 0xA49DC5) is unknown color: approx Wistful. HEX triplet: A4, 9D and C5. RGB value is (164,157,197). Sum of RGB (Red+Green+Blue) = 164+157+197=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 197 - color contains mainly: blue. Hex color #A49DC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DC5 is #5B623A. Grayscale: #A3A3A3. Windows color (decimal): -5988923 or 12950948. OLE color: 12950948.

HSL color Cylindrical-coordinate representation of color #A49DC5: hue angle of 250.5º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A49DC5 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB164157197-
CMYK0.170.2000.23
HSL250.5º25.64%69.41%-
HSV(B)250.5º20.3%77.25%-
XYZ37.4436.0457.81-
YUV163.65146.82128.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 157 (61.72% from 255) = 30.31%
BLUE value IS 197 (77.34% from 255) = 38.03%
R=31.66%
G=30.31%
B=38.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641571970.170.2000.23250.525.6469.41
HexA49DC51114017fa1a45
Octal244235305212402737232105
Binary101001001001110111000101100011010001011111111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DC5; }

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

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

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

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

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

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

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

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