#A43A8E

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

Shades of Medium Red Violet #A43A8E

Tints of Medium Red Violet #A43A8E

Color information

#A43A8E (or 0xA43A8E) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3A and 8E. RGB value is (164,58,142). Sum of RGB (Red+Green+Blue) = 164+58+142=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43A8E is #5BC571. Grayscale: #636363. Windows color (decimal): -6014322 or 9321124. OLE color: 9321124.

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

Color convert

RGB16458142-
CMYK00.650.130.36
HSL312.45º47.75%43.53%-
HSV(B)312.45º64.63%64.31%-
XYZ21.7112.8726.93-
YUV99.27152.12174.17-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 58 (23.05% from 255) = 15.93%
BLUE value IS 142 (55.86% from 255) = 39.01%
R=45.05%
G=15.93%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645814200.650.130.36312.4547.7543.53
HexA43A8E041D24138302c
Octal24472216010115444706054
Binary1010010011101010001110010000011101100100100111000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A8E; }

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

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

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

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

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

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

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

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