#A497DC

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

Shades of Wistful #A497DC

Tints of Wistful #A497DC

Color information

#A497DC (or 0xA497DC) is unknown color: approx Wistful. HEX triplet: A4, 97 and DC. RGB value is (164,151,220). Sum of RGB (Red+Green+Blue) = 164+151+220=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #A497DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A497DC is #5B6823. Grayscale: #A2A2A2. Windows color (decimal): -5990436 or 14456740. OLE color: 14456740.

HSL color Cylindrical-coordinate representation of color #A497DC: hue angle of 251.3º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A497DC is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164151220-
CMYK0.250.3100.14
HSL251.3º49.64%72.75%-
HSV(B)251.3º31.36%86.27%-
XYZ39.2935.1972.43-
YUV162.75160.31128.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.65%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=30.65%
G=28.22%
B=41.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1641512200.250.3100.14251.349.6472.75
HexA497DC191F0Efb3249
Octal244227334313701637362111
Binary101001001001011111011100110011111101110111110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A497DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A497DC; }

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

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

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

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

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

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

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

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