#A4317A

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

Shades of Medium Red Violet #A4317A

Tints of Medium Red Violet #A4317A

Color information

#A4317A (or 0xA4317A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 31 and 7A. RGB value is (164,49,122). Sum of RGB (Red+Green+Blue) = 164+49+122=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A4317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4317A is #5BCE85. Grayscale: #5B5B5B. Windows color (decimal): -6016646 or 8008100. OLE color: 8008100.

HSL color Cylindrical-coordinate representation of color #A4317A: hue angle of 321.91º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4317A is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16449122-
CMYK00.700.260.36
HSL321.91º53.99%41.76%-
HSV(B)321.91º70.12%64.31%-
XYZ19.9211.4919.58-
YUV91.71145.1179.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.96%
GREEN value IS 49 (19.53% from 255) = 14.63%
BLUE value IS 122 (48.05% from 255) = 36.42%
R=48.96%
G=14.63%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644912200.700.260.36321.9153.9941.76
HexA4317A0461A24142362a
Octal24461172010632445026652
Binary1010010011000111110100100011011010100100101000010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4317A; }

 p { color: rgb(164,49,122); }

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

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

 a { background-color: rgb(164,49,122); }

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

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

 span { border-color: rgb(164,49,122); }

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