#A4347A

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

Shades of Medium Red Violet #A4347A

Tints of Medium Red Violet #A4347A

Color information

#A4347A (or 0xA4347A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 34 and 7A. RGB value is (164,52,122). Sum of RGB (Red+Green+Blue) = 164+52+122=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4347A is #5BCB85. Grayscale: #5D5D5D. Windows color (decimal): -6015878 or 8008868. OLE color: 8008868.

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

Color convert

RGB16452122-
CMYK00.680.260.36
HSL322.5º51.85%42.35%-
HSV(B)322.5º68.29%64.31%-
XYZ20.0511.7519.62-
YUV93.47144.11178.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.52%
GREEN value IS 52 (20.70% from 255) = 15.38%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=48.52%
G=15.38%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645212200.680.260.36322.551.8542.35
HexA4347A0441A24142342a
Octal24464172010432445026452
Binary1010010011010011110100100010011010100100101000010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4347A; }

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

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

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

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

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

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

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

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