#A49DCA

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

Shades of Wistful #A49DCA

Tints of Wistful #A49DCA

Color information

#A49DCA (or 0xA49DCA) is unknown color: approx Wistful. HEX triplet: A4, 9D and CA. RGB value is (164,157,202). Sum of RGB (Red+Green+Blue) = 164+157+202=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #A49DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DCA is #5B6235. Grayscale: #A4A4A4. Windows color (decimal): -5988918 or 13278628. OLE color: 13278628.

HSL color Cylindrical-coordinate representation of color #A49DCA: hue angle of 249.33º degrees, saturation: 0.3, 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 #A49DCA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164157202-
CMYK0.190.2200.21
HSL249.33º29.8%70.39%-
HSV(B)249.33º22.28%79.22%-
XYZ38.0336.2760.87-
YUV164.22149.32127.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.36%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=31.36%
G=30.02%
B=38.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641572020.190.2200.21249.3329.870.39
HexA49DCA1316015f91e46
Octal244235312232602537136106
Binary101001001001110111001010100111011001010111111001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DCA; }

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

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

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

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

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

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

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

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