#a42e8c

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

Shades of Medium Red Violet #A42E8C

Tints of Medium Red Violet #A42E8C

Color information

#A42E8C (or 0xA42E8C) is unknown color: approx Medium Red Violet. HEX triplet: A4, 2E and 8C. RGB value is (164,46,140). Sum of RGB (Red+Green+Blue) = 164+46+140=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42E8C is #5BD173. Grayscale: #5B5B5B. Windows color (decimal): -6017396 or 9186980. OLE color: 9186980.

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

Color convert

RGB16446140-
CMYK00.720.150.36
HSL312.2º56.19%41.18%-
HSV(B)312.2º71.95%64.31%-
XYZ21.0211.7425.97-
YUV92155.09179.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 46 (18.36% from 255) = 13.14%
BLUE value IS 140 (55.08% from 255) = 40%
R=46.86%
G=13.14%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644614000.720.150.36312.256.1941.18
HexA42E8C048F241383829
Octal24456214011017444707051
Binary1010010010111010001100010010001111100100100111000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a42e8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a42e8c; }

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

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

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

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

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

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

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

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