#A43C8E

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

Shades of Medium Red Violet #A43C8E

Tints of Medium Red Violet #A43C8E

Color information

#A43C8E (or 0xA43C8E) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3C and 8E. RGB value is (164,60,142). Sum of RGB (Red+Green+Blue) = 164+60+142=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43C8E is #5BC371. Grayscale: #646464. Windows color (decimal): -6013810 or 9321636. OLE color: 9321636.

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

Color convert

RGB16460142-
CMYK00.630.130.36
HSL312.69º46.43%43.92%-
HSV(B)312.69º63.41%64.31%-
XYZ21.8113.0826.97-
YUV100.44151.46173.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 60 (23.83% from 255) = 16.39%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=44.81%
G=16.39%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646014200.630.130.36312.6946.4343.92
HexA43C8E03FD241392e2c
Octal2447421607715444715654
Binary101001001111001000111001111111101100100100111001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43C8E; }

 p { color: rgb(164,60,142); }

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

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

 a { background-color: rgb(164,60,142); }

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

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

 span { border-color: rgb(164,60,142); }

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