#A49DD0

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

Shades of Wistful #A49DD0

Tints of Wistful #A49DD0

Color information

#A49DD0 (or 0xA49DD0) is unknown color: approx Wistful. HEX triplet: A4, 9D and D0. RGB value is (164,157,208). Sum of RGB (Red+Green+Blue) = 164+157+208=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #A49DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DD0 is #5B622F. Grayscale: #A4A4A4. Windows color (decimal): -5988912 or 13671844. OLE color: 13671844.

HSL color Cylindrical-coordinate representation of color #A49DD0: hue angle of 248.24º degrees, saturation: 0.35, 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 #A49DD0 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164157208-
CMYK0.210.2500.18
HSL248.24º35.17%71.57%-
HSV(B)248.24º24.52%81.57%-
XYZ38.7536.5664.69-
YUV164.91152.32127.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 157 (61.72% from 255) = 29.68%
BLUE value IS 208 (81.64% from 255) = 39.32%
R=31.00%
G=29.68%
B=39.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641572080.210.2500.18248.2435.1771.57
HexA49DD01519012f82348
Octal244235320253102237043110
Binary1010010010011101110100001010111001010010111110001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DD0; }

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

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

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

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

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

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

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

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