#A49DCC

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

Shades of Wistful #A49DCC

Tints of Wistful #A49DCC

Color information

#A49DCC (or 0xA49DCC) is unknown color: approx Wistful. HEX triplet: A4, 9D and CC. RGB value is (164,157,204). Sum of RGB (Red+Green+Blue) = 164+157+204=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #A49DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DCC is #5B6233. Grayscale: #A4A4A4. Windows color (decimal): -5988916 or 13409700. OLE color: 13409700.

HSL color Cylindrical-coordinate representation of color #A49DCC: hue angle of 248.94º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A49DCC is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB164157204-
CMYK0.200.2300.2
HSL248.94º31.54%70.78%-
HSV(B)248.94º23.04%80%-
XYZ38.2736.3762.13-
YUV164.45150.32127.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=31.24%
G=29.90%
B=38.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641572040.200.2300.2248.9431.5470.78
HexA49DCC1417014f92047
Octal244235314242702437140107
Binary1010010010011101110011001010010111010100111110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49DCC; }

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

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

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

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

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

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

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

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