#A496DF

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

Shades of Wistful #A496DF

Tints of Wistful #A496DF

Color information

#A496DF (or 0xA496DF) is unknown color: approx Wistful. HEX triplet: A4, 96 and DF. RGB value is (164,150,223). Sum of RGB (Red+Green+Blue) = 164+150+223=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #A496DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496DF is #5B6920. Grayscale: #A2A2A2. Windows color (decimal): -5990689 or 14653092. OLE color: 14653092.

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

Color convert

RGB164150223-
CMYK0.260.3300.13
HSL251.51º53.28%73.14%-
HSV(B)251.51º32.74%87.45%-
XYZ39.5435.0374.49-
YUV162.51162.14129.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=30.54%
G=27.93%
B=41.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641502230.260.3300.13251.5153.2873.14
HexA496DF1A210Dfc3549
Octal244226337324101537465111
Binary1010010010010110110111111101010000101101111111001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496DF; }

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

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

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

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

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

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

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

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