#A4498C

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

Shades of Medium Red Violet #A4498C

Tints of Medium Red Violet #A4498C

Color information

#A4498C (or 0xA4498C) is unknown color: approx Medium Red Violet. HEX triplet: A4, 49 and 8C. RGB value is (164,73,140). Sum of RGB (Red+Green+Blue) = 164+73+140=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4498C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4498C is #5BB673. Grayscale: #6B6B6B. Windows color (decimal): -6010484 or 9193892. OLE color: 9193892.

HSL color Cylindrical-coordinate representation of color #A4498C: hue angle of 315.82º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4498C is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB16473140-
CMYK00.550.150.36
HSL315.82º38.4%46.47%-
HSV(B)315.82º55.49%64.31%-
XYZ22.4314.5526.44-
YUV107.85146.15168.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 73 (28.91% from 255) = 19.36%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=43.50%
G=19.36%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647314000.550.150.36315.8238.446.47
HexA4498C037F2413c262e
Octal24411121406717444744656
Binary1010010010010011000110001101111111100100100111100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4498C; }

 p { color: rgb(164,73,140); }

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

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

 a { background-color: rgb(164,73,140); }

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

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

 span { border-color: rgb(164,73,140); }

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