#A49CD1

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

Shades of Wistful #A49CD1

Tints of Wistful #A49CD1

Color information

#A49CD1 (or 0xA49CD1) is unknown color: approx Wistful. HEX triplet: A4, 9C and D1. RGB value is (164,156,209). Sum of RGB (Red+Green+Blue) = 164+156+209=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #A49CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CD1 is #5B632E. Grayscale: #A4A4A4. Windows color (decimal): -5989167 or 13737124. OLE color: 13737124.

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

Color convert

RGB164156209-
CMYK0.220.2500.18
HSL249.06º36.55%71.57%-
HSV(B)249.06º25.36%81.96%-
XYZ38.7136.2765.28-
YUV164.43153.15127.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 209 (82.03% from 255) = 39.51%
R=31.00%
G=29.49%
B=39.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641562090.220.2500.18249.0636.5571.57
HexA49CD11619012f92548
Octal244234321263102237145110
Binary1010010010011100110100011011011001010010111110011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49CD1; }

 p { color: rgb(164,156,209); }

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

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

 a { background-color: rgb(164,156,209); }

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

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

 span { border-color: rgb(164,156,209); }

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