#A62F7C

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

Shades of Medium Red Violet #A62F7C

Tints of Medium Red Violet #A62F7C

Color information

#A62F7C (or 0xA62F7C) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2F and 7C. RGB value is (166,47,124). Sum of RGB (Red+Green+Blue) = 166+47+124=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62F7C is #59D083. Grayscale: #5B5B5B. Windows color (decimal): -5886084 or 8138662. OLE color: 8138662.

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

Color convert

RGB16647124-
CMYK00.720.250.35
HSL321.18º55.87%41.76%-
HSV(B)321.18º71.69%65.1%-
XYZ20.3811.620.23-
YUV91.36146.42181.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 47 (18.75% from 255) = 13.95%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=49.26%
G=13.95%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664712400.720.250.35321.1855.8741.76
HexA62F7C0481923141382a
Octal24657174011031435017052
Binary1010011010111111111000100100011001100011101000001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62F7C; }

 p { color: rgb(166,47,124); }

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

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

 a { background-color: rgb(166,47,124); }

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

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

 span { border-color: rgb(166,47,124); }

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