#A43A8D

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

Shades of Medium Red Violet #A43A8D

Tints of Medium Red Violet #A43A8D

Color information

#A43A8D (or 0xA43A8D) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3A and 8D. RGB value is (164,58,141). Sum of RGB (Red+Green+Blue) = 164+58+141=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43A8D is #5BC572. Grayscale: #626262. Windows color (decimal): -6014323 or 9255588. OLE color: 9255588.

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

Color convert

RGB16458141-
CMYK00.650.140.36
HSL313.02º47.75%43.53%-
HSV(B)313.02º64.63%64.31%-
XYZ21.6312.8426.54-
YUV99.16151.62174.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.18%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=45.18%
G=15.98%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645814100.650.140.36313.0247.7543.53
HexA43A8D041E24139302c
Octal24472215010116444716054
Binary1010010011101010001101010000011110100100100111001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A8D; }

 p { color: rgb(164,58,141); }

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

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

 a { background-color: rgb(164,58,141); }

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

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

 span { border-color: rgb(164,58,141); }

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