#A4358D

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

Shades of Medium Red Violet #A4358D

Tints of Medium Red Violet #A4358D

Color information

#A4358D (or 0xA4358D) is unknown color: approx Medium Red Violet. HEX triplet: A4, 35 and 8D. RGB value is (164,53,141). Sum of RGB (Red+Green+Blue) = 164+53+141=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4358D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4358D is #5BCA72. Grayscale: #5F5F5F. Windows color (decimal): -6015603 or 9254308. OLE color: 9254308.

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

Color convert

RGB16453141-
CMYK00.680.140.36
HSL312.43º51.15%42.55%-
HSV(B)312.43º67.68%64.31%-
XYZ21.3912.3626.46-
YUV96.22153.27176.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 53 (21.09% from 255) = 14.80%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=45.81%
G=14.80%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645314100.680.140.36312.4351.1542.55
HexA4358D044E24138332b
Octal24465215010416444706353
Binary1010010011010110001101010001001110100100100111000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4358D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4358D; }

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

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

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

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

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

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

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

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