#A4407C

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

Shades of Medium Red Violet #A4407C

Tints of Medium Red Violet #A4407C

Color information

#A4407C (or 0xA4407C) is unknown color: approx Medium Red Violet. HEX triplet: A4, 40 and 7C. RGB value is (164,64,124). Sum of RGB (Red+Green+Blue) = 164+64+124=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A4407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4407C is #5BBF83. Grayscale: #646464. Windows color (decimal): -6012804 or 8143012. OLE color: 8143012.

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

Color convert

RGB16464124-
CMYK00.610.240.36
HSL324º43.86%44.71%-
HSV(B)324º60.98%64.31%-
XYZ20.7813.0120.49-
YUV100.74141.13173.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.59%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 124 (48.83% from 255) = 35.23%
R=46.59%
G=18.18%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646412400.610.240.3632443.8644.71
HexA4407C03D18241442c2d
Octal24410017407530445045455
Binary1010010010000001111100011110111000100100101000100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4407C; }

 p { color: rgb(164,64,124); }

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

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

 a { background-color: rgb(164,64,124); }

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

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

 span { border-color: rgb(164,64,124); }

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