#A4318E

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

Shades of Medium Red Violet #A4318E

Tints of Medium Red Violet #A4318E

Color information

#A4318E (or 0xA4318E) is unknown color: approx Medium Red Violet. HEX triplet: A4, 31 and 8E. RGB value is (164,49,142). Sum of RGB (Red+Green+Blue) = 164+49+142=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A4318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4318E is #5BCE71. Grayscale: #5D5D5D. Windows color (decimal): -6016626 or 9318820. OLE color: 9318820.

HSL color Cylindrical-coordinate representation of color #A4318E: hue angle of 311.48º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4318E is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16449142-
CMYK00.700.130.36
HSL311.48º53.99%41.76%-
HSV(B)311.48º70.12%64.31%-
XYZ21.2912.0426.79-
YUV93.99155.1177.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 49 (19.53% from 255) = 13.80%
BLUE value IS 142 (55.86% from 255) = 40%
R=46.20%
G=13.80%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644914200.700.130.36311.4853.9941.76
HexA4318E046D24137362a
Octal24461216010615444676652
Binary1010010011000110001110010001101101100100100110111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4318E; }

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

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

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

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

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

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

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

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