#A49BD0

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

Shades of Wistful #A49BD0

Tints of Wistful #A49BD0

Color information

#A49BD0 (or 0xA49BD0) is unknown color: approx Wistful. HEX triplet: A4, 9B and D0. RGB value is (164,155,208). Sum of RGB (Red+Green+Blue) = 164+155+208=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #A49BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BD0 is #5B642F. Grayscale: #A3A3A3. Windows color (decimal): -5989424 or 13671332. OLE color: 13671332.

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

Color convert

RGB164155208-
CMYK0.210.2500.18
HSL250.19º36.05%71.18%-
HSV(B)250.19º25.48%81.57%-
XYZ38.4235.8964.58-
YUV163.73152.98128.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.12%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 208 (81.64% from 255) = 39.47%
R=31.12%
G=29.41%
B=39.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641552080.210.2500.18250.1936.0571.18
HexA49BD01519012fa2447
Octal244233320253102237244107
Binary1010010010011011110100001010111001010010111110101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BD0; }

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

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

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

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

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

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

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

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