#A49FD8

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

Shades of Wistful #A49FD8

Tints of Wistful #A49FD8

Color information

#A49FD8 (or 0xA49FD8) is unknown color: approx Wistful. HEX triplet: A4, 9F and D8. RGB value is (164,159,216). Sum of RGB (Red+Green+Blue) = 164+159+216=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #A49FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FD8 is #5B6027. Grayscale: #A6A6A6. Windows color (decimal): -5988392 or 14196644. OLE color: 14196644.

HSL color Cylindrical-coordinate representation of color #A49FD8: hue angle of 245.26º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A49FD8 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164159216-
CMYK0.240.2600.15
HSL245.26º42.22%73.53%-
HSV(B)245.26º26.39%84.71%-
XYZ40.137.6570.12-
YUV166.99155.66125.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.43%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=30.43%
G=29.50%
B=40.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641592160.240.2600.15245.2642.2273.53
HexA49FD8181A0Ff52a4a
Octal244237330303201736552112
Binary101001001001111111011000110001101001111111101011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49FD8; }

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

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

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

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

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

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

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

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