#A49ED1

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

Shades of Wistful #A49ED1

Tints of Wistful #A49ED1

Color information

#A49ED1 (or 0xA49ED1) is unknown color: approx Wistful. HEX triplet: A4, 9E and D1. RGB value is (164,158,209). Sum of RGB (Red+Green+Blue) = 164+158+209=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 209 - color contains mainly: blue. Hex color #A49ED1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ED1 is #5B612E. Grayscale: #A5A5A5. Windows color (decimal): -5988655 or 13737636. OLE color: 13737636.

HSL color Cylindrical-coordinate representation of color #A49ED1: hue angle of 247.06º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A49ED1 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164158209-
CMYK0.220.2400.18
HSL247.06º35.66%71.96%-
HSV(B)247.06º24.4%81.96%-
XYZ39.0536.9565.4-
YUV165.61152.49126.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 158 (62.11% from 255) = 29.76%
BLUE value IS 209 (82.03% from 255) = 39.36%
R=30.89%
G=29.76%
B=39.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641582090.220.2400.18247.0635.6671.96
HexA49ED11618012f72448
Octal244236321263002236744110
Binary1010010010011110110100011011011000010010111101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49ED1; }

 p { color: rgb(164,158,209); }

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

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

 a { background-color: rgb(164,158,209); }

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

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

 span { border-color: rgb(164,158,209); }

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