#A49FCC

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

Shades of Wistful #A49FCC

Tints of Wistful #A49FCC

Color information

#A49FCC (or 0xA49FCC) is unknown color: approx Wistful. HEX triplet: A4, 9F and CC. RGB value is (164,159,204). Sum of RGB (Red+Green+Blue) = 164+159+204=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #A49FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FCC is #5B6033. Grayscale: #A5A5A5. Windows color (decimal): -5988404 or 13410212. OLE color: 13410212.

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

Color convert

RGB164159204-
CMYK0.200.2200.2
HSL246.67º30.61%71.18%-
HSV(B)246.67º22.06%80%-
XYZ38.6137.0562.24-
YUV165.62149.66126.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.12%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 204 (80.08% from 255) = 38.71%
R=31.12%
G=30.17%
B=38.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1641592040.200.2200.2246.6730.6171.18
HexA49FCC1416014f71f47
Octal244237314242602436737107
Binary101001001001111111001100101001011001010011110111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FCC; }

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

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

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

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

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

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

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

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