#A196AF

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

Shades of Cold Purple #A196AF

Tints of Cold Purple #A196AF

Color information

#A196AF (or 0xA196AF) is unknown color: approx Cold Purple. HEX triplet: A1, 96 and AF. RGB value is (161,150,175). Sum of RGB (Red+Green+Blue) = 161+150+175=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #A196AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A196AF is #5E6950. Grayscale: #9C9C9C. Windows color (decimal): -6187345 or 11507361. OLE color: 11507361.

HSL color Cylindrical-coordinate representation of color #A196AF: hue angle of 266.4º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A196AF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB161150175-
CMYK0.080.1400.31
HSL266.4º13.51%63.73%-
HSV(B)266.4º14.29%68.63%-
XYZ33.3432.4845.07-
YUV156.14138.64131.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 175 (68.75% from 255) = 36.01%
R=33.13%
G=30.86%
B=36.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611501750.080.1400.31266.413.5163.73
HexA196AF8E01F10ae40
Octal241226257101603741216100
Binary1010000110010110101011111000111001111110000101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196AF; }

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

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

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

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

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

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

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

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