#A196BE

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

Shades of Cold Purple #A196BE

Tints of Cold Purple #A196BE

Color information

#A196BE (or 0xA196BE) is unknown color: approx Cold Purple. HEX triplet: A1, 96 and BE. RGB value is (161,150,190). Sum of RGB (Red+Green+Blue) = 161+150+190=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 190 - color contains mainly: blue. Hex color #A196BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A196BE is #5E6941. Grayscale: #9D9D9D. Windows color (decimal): -6187330 or 12490401. OLE color: 12490401.

HSL color Cylindrical-coordinate representation of color #A196BE: hue angle of 256.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A196BE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161150190-
CMYK0.150.2100.25
HSL256.5º23.53%66.67%-
HSV(B)256.5º21.05%74.51%-
XYZ34.933.1153.27-
YUV157.85146.14130.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 150 (58.98% from 255) = 29.94%
BLUE value IS 190 (74.61% from 255) = 37.92%
R=32.14%
G=29.94%
B=37.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611501900.150.2100.25256.523.5366.67
HexA196BEF150191001843
Octal241226276172503140030103
Binary101000011001011010111110111110101011001100000000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A196BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A196BE; }

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

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

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

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

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

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

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

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