#A49DD7

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

Shades of Wistful #A49DD7

Tints of Wistful #A49DD7

Color information

#A49DD7 (or 0xA49DD7) is unknown color: approx Wistful. HEX triplet: A4, 9D and D7. RGB value is (164,157,215). Sum of RGB (Red+Green+Blue) = 164+157+215=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #A49DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DD7 is #5B6228. Grayscale: #A5A5A5. Windows color (decimal): -5988905 or 14130596. OLE color: 14130596.

HSL color Cylindrical-coordinate representation of color #A49DD7: hue angle of 247.24º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A49DD7 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164157215-
CMYK0.240.2700.16
HSL247.24º42.03%72.94%-
HSV(B)247.24º26.98%84.31%-
XYZ39.6336.9169.33-
YUV165.7155.82126.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.60%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 215 (84.38% from 255) = 40.11%
R=30.60%
G=29.29%
B=40.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641572150.240.2700.16247.2442.0372.94
HexA49DD7181B010f72a49
Octal244235327303302036752111
Binary1010010010011101110101111100011011010000111101111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DD7; }

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

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

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

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

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

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

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

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