#A43D8F

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

Shades of Medium Red Violet #A43D8F

Tints of Medium Red Violet #A43D8F

Color information

#A43D8F (or 0xA43D8F) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3D and 8F. RGB value is (164,61,143). Sum of RGB (Red+Green+Blue) = 164+61+143=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D8F is #5BC270. Grayscale: #646464. Windows color (decimal): -6013553 or 9387428. OLE color: 9387428.

HSL color Cylindrical-coordinate representation of color #A43D8F: hue angle of 312.23º 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 #A43D8F is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16461143-
CMYK00.630.130.36
HSL312.23º45.78%44.12%-
HSV(B)312.23º62.8%64.31%-
XYZ21.9413.2127.38-
YUV101.14151.62172.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 61 (24.22% from 255) = 16.58%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=44.57%
G=16.58%
B=38.86%

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
Decimal1646114300.630.130.36312.2345.7844.12
HexA43D8F03FD241382e2c
Octal2447521707715444705654
Binary101001001111011000111101111111101100100100111000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D8F; }

 p { color: rgb(164,61,143); }

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

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

 a { background-color: rgb(164,61,143); }

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

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

 span { border-color: rgb(164,61,143); }

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