#A62E74

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

Shades of Medium Red Violet #A62E74

Tints of Medium Red Violet #A62E74

Color information

#A62E74 (or 0xA62E74) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2E and 74. RGB value is (166,46,116). Sum of RGB (Red+Green+Blue) = 166+46+116=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62E74 is #59D18B. Grayscale: #595959. Windows color (decimal): -5886348 or 7614118. OLE color: 7614118.

HSL color Cylindrical-coordinate representation of color #A62E74: hue angle of 325º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62E74 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16646116-
CMYK00.720.300.35
HSL325º56.6%41.57%-
HSV(B)325º72.29%65.1%-
XYZ19.8611.3217.66-
YUV89.86142.76182.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.61%
GREEN value IS 46 (18.36% from 255) = 14.02%
BLUE value IS 116 (45.70% from 255) = 35.37%
R=50.61%
G=14.02%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664611600.720.300.3532556.641.57
HexA62E740481E23145392a
Octal24656164011036435057152
Binary1010011010111011101000100100011110100011101000101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62E74; }

 p { color: rgb(166,46,116); }

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

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

 a { background-color: rgb(166,46,116); }

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

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

 span { border-color: rgb(166,46,116); }

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