#A196AE

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

Shades of Cold Purple #A196AE

Tints of Cold Purple #A196AE

Color information

#A196AE (or 0xA196AE) is unknown color: approx Cold Purple. HEX triplet: A1, 96 and AE. RGB value is (161,150,174). Sum of RGB (Red+Green+Blue) = 161+150+174=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 174 - color contains mainly: blue. Hex color #A196AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A196AE is #5E6951. Grayscale: #9B9B9B. Windows color (decimal): -6187346 or 11441825. OLE color: 11441825.

HSL color Cylindrical-coordinate representation of color #A196AE: hue angle of 267.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A196AE is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161150174-
CMYK0.070.1400.32
HSL267.5º12.9%63.53%-
HSV(B)267.5º13.79%68.24%-
XYZ33.2432.4544.55-
YUV156.02138.14131.55-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=33.20%
G=30.93%
B=35.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611501740.070.1400.32267.512.963.53
HexA196AE7E02010cd40
Octal24122625671604041415100
Binary1010000110010110101011101111110010000010000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196AE; }

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

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

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

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

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

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

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

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