#A196EB

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

Shades of Wistful #A196EB

Tints of Wistful #A196EB

Color information

#A196EB (or 0xA196EB) is unknown color: approx Wistful. HEX triplet: A1, 96 and EB. RGB value is (161,150,235). Sum of RGB (Red+Green+Blue) = 161+150+235=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 150 (58.98% from 255 or 27.47% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #A196EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A196EB is #5E6914. Grayscale: #A2A2A2. Windows color (decimal): -6187285 or 15439521. OLE color: 15439521.

HSL color Cylindrical-coordinate representation of color #A196EB: hue angle of 247.76º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A196EB is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB161150235-
CMYK0.310.3600.08
HSL247.76º68%75.49%-
HSV(B)247.76º36.17%92.16%-
XYZ40.635.3983.29-
YUV162.98168.64126.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 150 (58.98% from 255) = 27.47%
BLUE value IS 235 (92.19% from 255) = 43.04%
R=29.49%
G=27.47%
B=43.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611502350.310.3600.08247.766875.49
HexA196EB1F2408f8444b
Octal2412263533744010370104113
Binary10100001100101101110101111111100100010001111100010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196EB; }

 p { color: rgb(161,150,235); }

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

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

 a { background-color: rgb(161,150,235); }

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

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

 span { border-color: rgb(161,150,235); }

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