#A49BD4

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

Shades of Wistful #A49BD4

Tints of Wistful #A49BD4

Color information

#A49BD4 (or 0xA49BD4) is unknown color: approx Wistful. HEX triplet: A4, 9B and D4. RGB value is (164,155,212). Sum of RGB (Red+Green+Blue) = 164+155+212=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #A49BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BD4 is #5B642B. Grayscale: #A3A3A3. Windows color (decimal): -5989420 or 13933476. OLE color: 13933476.

HSL color Cylindrical-coordinate representation of color #A49BD4: hue angle of 249.47º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A49BD4 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164155212-
CMYK0.230.2700.17
HSL249.47º39.86%71.96%-
HSV(B)249.47º26.89%83.14%-
XYZ38.9136.0967.2-
YUV164.19154.98127.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 155 (60.94% from 255) = 29.19%
BLUE value IS 212 (83.20% from 255) = 39.92%
R=30.89%
G=29.19%
B=39.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641552120.230.2700.17249.4739.8671.96
HexA49BD4171B011f92848
Octal244233324273302137150110
Binary1010010010011011110101001011111011010001111110011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49BD4; }

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

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

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

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

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

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

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

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