#A496DA

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

Shades of Wistful #A496DA

Tints of Wistful #A496DA

Color information

#A496DA (or 0xA496DA) is unknown color: approx Wistful. HEX triplet: A4, 96 and DA. RGB value is (164,150,218). Sum of RGB (Red+Green+Blue) = 164+150+218=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #A496DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496DA is #5B6925. Grayscale: #A1A1A1. Windows color (decimal): -5990694 or 14325412. OLE color: 14325412.

HSL color Cylindrical-coordinate representation of color #A496DA: hue angle of 252.35º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A496DA is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164150218-
CMYK0.250.3100.15
HSL252.35º47.89%72.16%-
HSV(B)252.35º31.19%85.49%-
XYZ38.8734.7770.99-
YUV161.94159.64129.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.83%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=30.83%
G=28.20%
B=40.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641502180.250.3100.15252.3547.8972.16
HexA496DA191F0Ffc3048
Octal244226332313701737460110
Binary101001001001011011011010110011111101111111111001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A496DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A496DA; }

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

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

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

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

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

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

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

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