#A196B3

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

Shades of Cold Purple #A196B3

Tints of Cold Purple #A196B3

Color information

#A196B3 (or 0xA196B3) is unknown color: approx Cold Purple. HEX triplet: A1, 96 and B3. RGB value is (161,150,179). Sum of RGB (Red+Green+Blue) = 161+150+179=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 179 - color contains mainly: blue. Hex color #A196B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196B3 is #5E694C. Grayscale: #9C9C9C. Windows color (decimal): -6187341 or 11769505. OLE color: 11769505.

HSL color Cylindrical-coordinate representation of color #A196B3: hue angle of 262.76º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A196B3 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB161150179-
CMYK0.100.1600.30
HSL262.76º16.02%64.51%-
HSV(B)262.76º16.2%70.2%-
XYZ33.7432.6447.17-
YUV156.6140.64131.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 179 (70.31% from 255) = 36.53%
R=32.86%
G=30.61%
B=36.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611501790.100.1600.30262.7616.0264.51
HexA196B3A1001E1071041
Octal241226263122003640720101
Binary101000011001011010110011101010000011110100000111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196B3; }

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

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

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

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

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

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

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

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