#A497D1

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

Shades of Wistful #A497D1

Tints of Wistful #A497D1

Color information

#A497D1 (or 0xA497D1) is unknown color: approx Wistful. HEX triplet: A4, 97 and D1. RGB value is (164,151,209). Sum of RGB (Red+Green+Blue) = 164+151+209=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 209 - color contains mainly: blue. Hex color #A497D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497D1 is #5B682E. Grayscale: #A1A1A1. Windows color (decimal): -5990447 or 13735844. OLE color: 13735844.

HSL color Cylindrical-coordinate representation of color #A497D1: hue angle of 253.45º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A497D1 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164151209-
CMYK0.220.2800.18
HSL253.45º38.67%70.59%-
HSV(B)253.45º27.75%81.96%-
XYZ37.8934.6365.01-
YUV161.5154.81129.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.30%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 209 (82.03% from 255) = 39.89%
R=31.30%
G=28.82%
B=39.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641512090.220.2800.18253.4538.6770.59
HexA497D1161C012fd2747
Octal244227321263402237547107
Binary1010010010010111110100011011011100010010111111011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497D1; }

 p { color: rgb(164,151,209); }

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

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

 a { background-color: rgb(164,151,209); }

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

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

 span { border-color: rgb(164,151,209); }

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