#a62c7e

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

Shades of Medium Red Violet #A62C7E

Tints of Medium Red Violet #A62C7E

Color information

#A62C7E (or 0xA62C7E) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2C and 7E. RGB value is (166,44,126). Sum of RGB (Red+Green+Blue) = 166+44+126=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62C7E is #59D381. Grayscale: #595959. Windows color (decimal): -5886850 or 8268966. OLE color: 8268966.

HSL color Cylindrical-coordinate representation of color #A62C7E: hue angle of 319.67º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A62C7E is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB16644126-
CMYK00.730.240.35
HSL319.67º58.1%41.18%-
HSV(B)319.67º73.49%65.1%-
XYZ20.3911.4120.87-
YUV89.83148.42182.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 44 (17.58% from 255) = 13.10%
BLUE value IS 126 (49.61% from 255) = 37.5%
R=49.40%
G=13.10%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664412600.730.240.35319.6758.141.18
HexA62C7E04918231403a29
Octal24654176011130435007251
Binary1010011010110011111100100100111000100011101000000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a62c7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a62c7e; }

 p { color: rgb(166,44,126); }

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

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

 a { background-color: rgb(166,44,126); }

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

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

 span { border-color: rgb(166,44,126); }

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