#A196BC

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

Shades of Cold Purple #A196BC

Tints of Cold Purple #A196BC

Color information

#A196BC (or 0xA196BC) is unknown color: approx Cold Purple. HEX triplet: A1, 96 and BC. RGB value is (161,150,188). Sum of RGB (Red+Green+Blue) = 161+150+188=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #A196BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196BC is #5E6943. Grayscale: #9D9D9D. Windows color (decimal): -6187332 or 12359329. OLE color: 12359329.

HSL color Cylindrical-coordinate representation of color #A196BC: hue angle of 257.37º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A196BC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB161150188-
CMYK0.140.2000.26
HSL257.37º22.09%66.27%-
HSV(B)257.37º20.21%73.73%-
XYZ34.6833.0252.12-
YUV157.62145.14130.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.26%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=32.26%
G=30.06%
B=37.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611501880.140.2000.26257.3722.0966.27
HexA196BCE1401A1011642
Octal241226274162403240126102
Binary101000011001011010111100111010100011010100000001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196BC; }

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

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

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

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

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

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

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

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