#A43A7F

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

Shades of Medium Red Violet #A43A7F

Tints of Medium Red Violet #A43A7F

Color information

#A43A7F (or 0xA43A7F) is unknown color: approx Medium Red Violet. HEX triplet: A4, 3A and 7F. RGB value is (164,58,127). Sum of RGB (Red+Green+Blue) = 164+58+127=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A7F is #5BC580. Grayscale: #616161. Windows color (decimal): -6014337 or 8338084. OLE color: 8338084.

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

Color convert

RGB16458127-
CMYK00.650.230.36
HSL320.94º47.75%43.53%-
HSV(B)320.94º64.63%64.31%-
XYZ20.6512.4521.39-
YUV97.56144.62175.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 58 (23.05% from 255) = 16.62%
BLUE value IS 127 (50% from 255) = 36.39%
R=46.99%
G=16.62%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645812700.650.230.36320.9447.7543.53
HexA43A7F0411724141302c
Octal24472177010127445016054
Binary1010010011101011111110100000110111100100101000001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43A7F; }

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

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

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

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

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

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

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

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