#A196CC

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

Shades of Wistful #A196CC

Tints of Wistful #A196CC

Color information

#A196CC (or 0xA196CC) is unknown color: approx Wistful. HEX triplet: A1, 96 and CC. RGB value is (161,150,204). Sum of RGB (Red+Green+Blue) = 161+150+204=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #A196CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196CC is #5E6933. Grayscale: #9F9F9F. Windows color (decimal): -6187316 or 13407905. OLE color: 13407905.

HSL color Cylindrical-coordinate representation of color #A196CC: hue angle of 252.22º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A196CC is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161150204-
CMYK0.210.2600.2
HSL252.22º34.62%69.41%-
HSV(B)252.22º26.47%80%-
XYZ36.533.7561.72-
YUV159.44153.14129.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=31.26%
G=29.13%
B=39.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611502040.210.2600.2252.2234.6269.41
HexA196CC151A014fc2345
Octal241226314253202437443105
Binary1010000110010110110011001010111010010100111111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196CC; }

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

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

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

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

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

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

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

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