#A196C1

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

Shades of Cold Purple #A196C1

Tints of Cold Purple #A196C1

Color information

#A196C1 (or 0xA196C1) is unknown color: approx Cold Purple. HEX triplet: A1, 96 and C1. RGB value is (161,150,193). Sum of RGB (Red+Green+Blue) = 161+150+193=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #A196C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196C1 is #5E693E. Grayscale: #9E9E9E. Windows color (decimal): -6187327 or 12687009. OLE color: 12687009.

HSL color Cylindrical-coordinate representation of color #A196C1: hue angle of 255.35º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A196C1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161150193-
CMYK0.170.2200.24
HSL255.35º25.75%67.25%-
HSV(B)255.35º22.28%75.69%-
XYZ35.2333.2455.01-
YUV158.19147.64130-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 150 (58.98% from 255) = 29.76%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=31.94%
G=29.76%
B=38.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611501930.170.2200.24255.3525.7567.25
HexA196C11116018ff1a43
Octal241226301212603037732103
Binary101000011001011011000001100011011001100011111111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196C1; }

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

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

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

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

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

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

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

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