#A4298E

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

Shades of Medium Red Violet #A4298E

Tints of Medium Red Violet #A4298E

Color information

#A4298E (or 0xA4298E) is unknown color: approx Medium Red Violet. HEX triplet: A4, 29 and 8E. RGB value is (164,41,142). Sum of RGB (Red+Green+Blue) = 164+41+142=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A4298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4298E is #5BD671. Grayscale: #595959. Windows color (decimal): -6018674 or 9316772. OLE color: 9316772.

HSL color Cylindrical-coordinate representation of color #A4298E: hue angle of 310.73º 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 #A4298E is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16441142-
CMYK00.750.130.36
HSL310.73º60%40.2%-
HSV(B)310.73º75%64.31%-
XYZ20.9911.4326.69-
YUV89.29157.75181.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 41 (16.41% from 255) = 11.82%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=47.26%
G=11.82%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644114200.750.130.36310.736040.2
HexA4298E04BD241373c28
Octal24451216011315444677450
Binary1010010010100110001110010010111101100100100110111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4298E; }

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

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

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

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

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

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

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

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