#A62E7A

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

Shades of Medium Red Violet #A62E7A

Tints of Medium Red Violet #A62E7A

Color information

#A62E7A (or 0xA62E7A) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2E and 7A. RGB value is (166,46,122). Sum of RGB (Red+Green+Blue) = 166+46+122=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62E7A is #59D185. Grayscale: #5A5A5A. Windows color (decimal): -5886342 or 8007334. OLE color: 8007334.

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

Color convert

RGB16646122-
CMYK00.720.270.35
HSL322º56.6%41.57%-
HSV(B)322º72.29%65.1%-
XYZ20.2211.4719.56-
YUV90.54145.76181.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 46 (18.36% from 255) = 13.77%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=49.70%
G=13.77%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664612200.720.270.3532256.641.57
HexA62E7A0481B23142392a
Octal24656172011033435027152
Binary1010011010111011110100100100011011100011101000010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62E7A; }

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

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

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

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

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

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

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

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