#A49FDD

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

Shades of Wistful #A49FDD

Tints of Wistful #A49FDD

Color information

#A49FDD (or 0xA49FDD) is unknown color: approx Wistful. HEX triplet: A4, 9F and DD. RGB value is (164,159,221). Sum of RGB (Red+Green+Blue) = 164+159+221=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #A49FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FDD is #5B6022. Grayscale: #A7A7A7. Windows color (decimal): -5988387 or 14524324. OLE color: 14524324.

HSL color Cylindrical-coordinate representation of color #A49FDD: hue angle of 244.84º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A49FDD is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164159221-
CMYK0.260.2800.13
HSL244.84º47.69%74.51%-
HSV(B)244.84º28.05%86.67%-
XYZ40.7637.9173.58-
YUV167.56158.16125.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.15%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=30.15%
G=29.23%
B=40.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641592210.260.2800.13244.8447.6974.51
HexA49FDD1A1C0Df5304b
Octal244237335323401536560113
Binary101001001001111111011101110101110001101111101011100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FDD; }

 p { color: rgb(164,159,221); }

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

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

 a { background-color: rgb(164,159,221); }

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

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

 span { border-color: rgb(164,159,221); }

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