#A49BD2

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

Shades of Wistful #A49BD2

Tints of Wistful #A49BD2

Color information

#A49BD2 (or 0xA49BD2) is unknown color: approx Wistful. HEX triplet: A4, 9B and D2. RGB value is (164,155,210). Sum of RGB (Red+Green+Blue) = 164+155+210=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #A49BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BD2 is #5B642D. Grayscale: #A3A3A3. Windows color (decimal): -5989422 or 13802404. OLE color: 13802404.

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

Color convert

RGB164155210-
CMYK0.220.2600.18
HSL249.82º37.93%71.57%-
HSV(B)249.82º26.19%82.35%-
XYZ38.6635.9965.88-
YUV163.96153.98128.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.00%
GREEN value IS 155 (60.94% from 255) = 29.30%
BLUE value IS 210 (82.42% from 255) = 39.70%
R=31.00%
G=29.30%
B=39.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641552100.220.2600.18249.8237.9371.57
HexA49BD2161A012fa2648
Octal244233322263202237246110
Binary1010010010011011110100101011011010010010111110101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BD2; }

 p { color: rgb(164,155,210); }

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

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

 a { background-color: rgb(164,155,210); }

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

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

 span { border-color: rgb(164,155,210); }

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