#A42E86

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

Shades of Medium Red Violet #A42E86

Tints of Medium Red Violet #A42E86

Color information

#A42E86 (or 0xA42E86) is unknown color: approx Medium Red Violet. HEX triplet: A4, 2E and 86. RGB value is (164,46,134). Sum of RGB (Red+Green+Blue) = 164+46+134=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 46 (18.36% from 255 or 13.37% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42E86 is #5BD179. Grayscale: #5B5B5B. Windows color (decimal): -6017402 or 8793764. OLE color: 8793764.

HSL color Cylindrical-coordinate representation of color #A42E86: hue angle of 315.25º 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 #A42E86 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB16446134-
CMYK00.720.180.36
HSL315.25º56.19%41.18%-
HSV(B)315.25º71.95%64.31%-
XYZ20.5911.5723.7-
YUV91.31152.09179.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 46 (18.36% from 255) = 13.37%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=47.67%
G=13.37%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1644613400.720.180.36315.2556.1941.18
HexA42E86048122413b3829
Octal24456206011022444737051
Binary10100100101110100001100100100010010100100100111011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42E86; }

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

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

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

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

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

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

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

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