#A43D93

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

Shades of Medium Red Violet #A43D93

Tints of Medium Red Violet #A43D93

Color information

#A43D93 (or 0xA43D93) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3D and 93. RGB value is (164,61,147). Sum of RGB (Red+Green+Blue) = 164+61+147=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A43D93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43D93 is #5BC26C. Grayscale: #656565. Windows color (decimal): -6013549 or 9649572. OLE color: 9649572.

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

Color convert

RGB16461147-
CMYK00.630.100.36
HSL309.9º45.78%44.12%-
HSV(B)309.9º62.8%64.31%-
XYZ22.2513.3429.01-
YUV101.6153.62172.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.09%
GREEN value IS 61 (24.22% from 255) = 16.40%
BLUE value IS 147 (57.81% from 255) = 39.52%
R=44.09%
G=16.40%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646114700.630.100.36309.945.7844.12
HexA43D9303FA241362e2c
Octal2447522307712444665654
Binary101001001111011001001101111111010100100100110110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43D93; }

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

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

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

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

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

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

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

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