#a43b96

Color #A43B96 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A43B96

Tints of Medium Red Violet #A43B96

Color information

#A43B96 (or 0xA43B96) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3B and 96. RGB value is (164,59,150). Sum of RGB (Red+Green+Blue) = 164+59+150=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43B96 is #5BC469. Grayscale: #646464. Windows color (decimal): -6014058 or 9845668. OLE color: 9845668.

HSL color Cylindrical-coordinate representation of color #A43B96: hue angle of 308º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A43B96 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB16459150-
CMYK00.640.090.36
HSL308º47.09%43.73%-
HSV(B)308º64.02%64.31%-
XYZ22.3813.2230.23-
YUV100.77155.79173.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.97%
GREEN value IS 59 (23.44% from 255) = 15.82%
BLUE value IS 150 (58.98% from 255) = 40.21%
R=43.97%
G=15.82%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645915000.640.090.3630847.0943.73
HexA43B960409241342f2c
Octal24473226010011444645754
Binary1010010011101110010110010000001001100100100110100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a43b96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a43b96; }

 p { color: rgb(164,59,150); }

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

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

 a { background-color: rgb(164,59,150); }

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

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

 span { border-color: rgb(164,59,150); }

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