#A43A8A

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

Shades of Medium Red Violet #A43A8A

Tints of Medium Red Violet #A43A8A

Color information

#A43A8A (or 0xA43A8A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3A and 8A. RGB value is (164,58,138). Sum of RGB (Red+Green+Blue) = 164+58+138=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43A8A is #5BC575. Grayscale: #626262. Windows color (decimal): -6014326 or 9058980. OLE color: 9058980.

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

Color convert

RGB16458138-
CMYK00.650.160.36
HSL314.72º47.75%43.53%-
HSV(B)314.72º64.63%64.31%-
XYZ21.4112.7525.38-
YUV98.81150.12174.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.56%
GREEN value IS 58 (23.05% from 255) = 16.11%
BLUE value IS 138 (54.30% from 255) = 38.33%
R=45.56%
G=16.11%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645813800.650.160.36314.7247.7543.53
HexA43A8A041102413b302c
Octal24472212010120444736054
Binary10100100111010100010100100000110000100100100111011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A8A; }

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

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

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

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

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

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

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

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