#A43A7B

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

Shades of Medium Red Violet #A43A7B

Tints of Medium Red Violet #A43A7B

Color information

#A43A7B (or 0xA43A7B) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3A and 7B. RGB value is (164,58,123). Sum of RGB (Red+Green+Blue) = 164+58+123=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A7B is #5BC584. Grayscale: #606060. Windows color (decimal): -6014341 or 8075940. OLE color: 8075940.

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

Color convert

RGB16458123-
CMYK00.650.250.36
HSL323.21º47.75%43.53%-
HSV(B)323.21º64.63%64.31%-
XYZ20.412.3520.05-
YUV97.1142.62175.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 58 (23.05% from 255) = 16.81%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=47.54%
G=16.81%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645812300.650.250.36323.2147.7543.53
HexA43A7B0411924143302c
Octal24472173010131445036054
Binary1010010011101011110110100000111001100100101000011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A7B; }

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

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

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

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

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

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

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

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