#A4398D

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

Shades of Medium Red Violet #A4398D

Tints of Medium Red Violet #A4398D

Color information

#A4398D (or 0xA4398D) is unknown color: approx Medium Red Violet. HEX triplet: A4, 39 and 8D. RGB value is (164,57,141). Sum of RGB (Red+Green+Blue) = 164+57+141=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A4398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4398D is #5BC672. Grayscale: #626262. Windows color (decimal): -6014579 or 9255332. OLE color: 9255332.

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

Color convert

RGB16457141-
CMYK00.650.140.36
HSL312.9º48.42%43.33%-
HSV(B)312.9º65.24%64.31%-
XYZ21.5812.7426.52-
YUV98.57151.95174.67-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.30%
GREEN value IS 57 (22.66% from 255) = 15.75%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=45.30%
G=15.75%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645714100.650.140.36312.948.4243.33
HexA4398D041E24139302b
Octal24471215010116444716053
Binary1010010011100110001101010000011110100100100111001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4398D; }

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

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

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

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

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

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

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

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