#A4327A

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

Shades of Medium Red Violet #A4327A

Tints of Medium Red Violet #A4327A

Color information

#A4327A (or 0xA4327A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 32 and 7A. RGB value is (164,50,122). Sum of RGB (Red+Green+Blue) = 164+50+122=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A4327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4327A is #5BCD85. Grayscale: #5C5C5C. Windows color (decimal): -6016390 or 8008356. OLE color: 8008356.

HSL color Cylindrical-coordinate representation of color #A4327A: hue angle of 322.11º degrees, saturation: 0.53, 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 #A4327A is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16450122-
CMYK00.700.260.36
HSL322.11º53.27%41.96%-
HSV(B)322.11º69.51%64.31%-
XYZ19.9611.5819.6-
YUV92.29144.77179.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.81%
GREEN value IS 50 (19.92% from 255) = 14.88%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=48.81%
G=14.88%
B=36.31%

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
Decimal1645012200.700.260.36322.1153.2741.96
HexA4327A0461A24142352a
Octal24462172010632445026552
Binary1010010011001011110100100011011010100100101000010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4327A; }

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

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

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

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

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

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

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

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