#A4358E

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

Shades of Medium Red Violet #A4358E

Tints of Medium Red Violet #A4358E

Color information

#A4358E (or 0xA4358E) is unknown color: approx Medium Red Violet. HEX triplet: A4, 35 and 8E. RGB value is (164,53,142). Sum of RGB (Red+Green+Blue) = 164+53+142=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4358E is #5BCA71. Grayscale: #606060. Windows color (decimal): -6015602 or 9319844. OLE color: 9319844.

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

Color convert

RGB16453142-
CMYK00.680.130.36
HSL311.89º51.15%42.55%-
HSV(B)311.89º67.68%64.31%-
XYZ21.4712.3926.85-
YUV96.34153.77176.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 53 (21.09% from 255) = 14.76%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=45.68%
G=14.76%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645314200.680.130.36311.8951.1542.55
HexA4358E044D24138332b
Octal24465216010415444706353
Binary1010010011010110001110010001001101100100100111000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4358E; }

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

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

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

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

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

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

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

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