#A4337A

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

Shades of Medium Red Violet #A4337A

Tints of Medium Red Violet #A4337A

Color information

#A4337A (or 0xA4337A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 33 and 7A. RGB value is (164,51,122). Sum of RGB (Red+Green+Blue) = 164+51+122=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4337A is #5BCC85. Grayscale: #5C5C5C. Windows color (decimal): -6016134 or 8008612. OLE color: 8008612.

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

Color convert

RGB16451122-
CMYK00.690.260.36
HSL322.3º52.56%42.16%-
HSV(B)322.3º68.9%64.31%-
XYZ20.0111.6719.61-
YUV92.88144.44178.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=48.66%
G=15.13%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645112200.690.260.36322.352.5642.16
HexA4337A0451A24142352a
Octal24463172010532445026552
Binary1010010011001111110100100010111010100100101000010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4337A; }

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

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

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

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

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

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

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

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