#A49ADF

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

Shades of Wistful #A49ADF

Tints of Wistful #A49ADF

Color information

#A49ADF (or 0xA49ADF) is unknown color: approx Wistful. HEX triplet: A4, 9A and DF. RGB value is (164,154,223). Sum of RGB (Red+Green+Blue) = 164+154+223=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 154 (60.55% from 255 or 28.47% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #A49ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ADF is #5B6520. Grayscale: #A4A4A4. Windows color (decimal): -5989665 or 14654116. OLE color: 14654116.

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

Color convert

RGB164154223-
CMYK0.260.3100.13
HSL248.7º51.88%73.92%-
HSV(B)248.7º30.94%87.45%-
XYZ40.1836.3374.71-
YUV164.86160.81127.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.31%
GREEN value IS 154 (60.55% from 255) = 28.47%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=30.31%
G=28.47%
B=41.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641542230.260.3100.13248.751.8873.92
HexA49ADF1A1F0Df9344a
Octal244232337323701537164112
Binary101001001001101011011111110101111101101111110011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49ADF; }

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

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

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

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

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

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

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

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