#A42C87

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

Shades of Medium Red Violet #A42C87

Tints of Medium Red Violet #A42C87

Color information

#A42C87 (or 0xA42C87) is unknown color: approx Medium Red Violet. HEX triplet: A4, 2C and 87. RGB value is (164,44,135). Sum of RGB (Red+Green+Blue) = 164+44+135=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 44 (17.58% from 255 or 12.83% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A42C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42C87 is #5BD378. Grayscale: #5A5A5A. Windows color (decimal): -6017913 or 8858788. OLE color: 8858788.

HSL color Cylindrical-coordinate representation of color #A42C87: hue angle of 314.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42C87 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16444135-
CMYK00.730.180.36
HSL314.5º57.69%40.78%-
HSV(B)314.5º73.17%64.31%-
XYZ20.5811.4424.05-
YUV90.25153.26180.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 44 (17.58% from 255) = 12.83%
BLUE value IS 135 (53.12% from 255) = 39.36%
R=47.81%
G=12.83%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644413500.730.180.36314.557.6940.78
HexA42C87049122413a3a29
Octal24454207011122444727251
Binary10100100101100100001110100100110010100100100111010111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42C87; }

 p { color: rgb(164,44,135); }

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

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

 a { background-color: rgb(164,44,135); }

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

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

 span { border-color: rgb(164,44,135); }

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