#A196EE

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

Shades of Wistful #A196EE

Tints of Wistful #A196EE

Color information

#A196EE (or 0xA196EE) is unknown color: approx Wistful. HEX triplet: A1, 96 and EE. RGB value is (161,150,238). Sum of RGB (Red+Green+Blue) = 161+150+238=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #A196EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A196EE is #5E6911. Grayscale: #A2A2A2. Windows color (decimal): -6187282 or 15636129. OLE color: 15636129.

HSL color Cylindrical-coordinate representation of color #A196EE: hue angle of 247.5º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A196EE is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161150238-
CMYK0.320.3700.07
HSL247.5º72.13%76.08%-
HSV(B)247.5º36.97%93.33%-
XYZ41.0435.5685.59-
YUV163.32170.14126.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.33%
GREEN value IS 150 (58.98% from 255) = 27.32%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=29.33%
G=27.32%
B=43.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611502380.320.3700.07247.572.1376.08
HexA196EE202507f8484c
Octal241226356404507370110114
Binary10100001100101101110111010000010010101111111100010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196EE; }

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

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

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

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

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

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

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

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