#A4297A

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

Shades of Medium Red Violet #A4297A

Tints of Medium Red Violet #A4297A

Color information

#A4297A (or 0xA4297A) is unknown color: approx Medium Red Violet. HEX triplet: A4, 29 and 7A. RGB value is (164,41,122). Sum of RGB (Red+Green+Blue) = 164+41+122=327 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.15% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 164 - color contains mainly: red. Hex color #A4297A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4297A is #5BD685. Grayscale: #565656. Windows color (decimal): -6018694 or 8006052. OLE color: 8006052.

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

Color convert

RGB16441122-
CMYK00.750.260.36
HSL320.49º60%40.2%-
HSV(B)320.49º75%64.31%-
XYZ19.6210.8819.48-
YUV87.01147.75182.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.15%
GREEN value IS 41 (16.41% from 255) = 12.54%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=50.15%
G=12.54%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644112200.750.260.36320.496040.2
HexA4297A04B1A241403c28
Octal24451172011332445007450
Binary1010010010100111110100100101111010100100101000000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4297A; }

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

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

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

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

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

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

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

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