#A49AD5

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

Shades of Wistful #A49AD5

Tints of Wistful #A49AD5

Color information

#A49AD5 (or 0xA49AD5) is unknown color: approx Wistful. HEX triplet: A4, 9A and D5. RGB value is (164,154,213). Sum of RGB (Red+Green+Blue) = 164+154+213=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 213 - color contains mainly: blue. Hex color #A49AD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49AD5 is #5B652A. Grayscale: #A3A3A3. Windows color (decimal): -5989675 or 13998756. OLE color: 13998756.

HSL color Cylindrical-coordinate representation of color #A49AD5: hue angle of 250.17º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49AD5 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164154213-
CMYK0.230.2800.16
HSL250.17º41.26%71.96%-
HSV(B)250.17º27.7%83.53%-
XYZ38.8835.8167.81-
YUV163.72155.81128.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.89%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 213 (83.59% from 255) = 40.11%
R=30.89%
G=29.00%
B=40.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641542130.230.2800.16250.1741.2671.96
HexA49AD5171C010fa2948
Octal244232325273402037251110
Binary1010010010011010110101011011111100010000111110101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49AD5; }

 p { color: rgb(164,154,213); }

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

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

 a { background-color: rgb(164,154,213); }

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

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

 span { border-color: rgb(164,154,213); }

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