#A49DC9

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

Shades of Wistful #A49DC9

Tints of Wistful #A49DC9

Color information

#A49DC9 (or 0xA49DC9) is unknown color: approx Wistful. HEX triplet: A4, 9D and C9. RGB value is (164,157,201). Sum of RGB (Red+Green+Blue) = 164+157+201=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 157 (61.72% from 255 or 30.08% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #A49DC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DC9 is #5B6236. Grayscale: #A3A3A3. Windows color (decimal): -5988919 or 13213092. OLE color: 13213092.

HSL color Cylindrical-coordinate representation of color #A49DC9: hue angle of 249.55º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A49DC9 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164157201-
CMYK0.180.2200.21
HSL249.55º28.95%70.2%-
HSV(B)249.55º21.89%78.82%-
XYZ37.9136.2260.25-
YUV164.11148.82127.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 157 (61.72% from 255) = 30.08%
BLUE value IS 201 (78.91% from 255) = 38.51%
R=31.42%
G=30.08%
B=38.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641572010.180.2200.21249.5528.9570.2
HexA49DC91216015fa1d46
Octal244235311222602537235106
Binary101001001001110111001001100101011001010111111010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DC9; }

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

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

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

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

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

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

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

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