#A62F74

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

Shades of Medium Red Violet #A62F74

Tints of Medium Red Violet #A62F74

Color information

#A62F74 (or 0xA62F74) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2F and 74. RGB value is (166,47,116). Sum of RGB (Red+Green+Blue) = 166+47+116=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62F74 is #59D08B. Grayscale: #5A5A5A. Windows color (decimal): -5886092 or 7614374. OLE color: 7614374.

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

Color convert

RGB16647116-
CMYK00.720.300.35
HSL325.21º55.87%41.76%-
HSV(B)325.21º71.69%65.1%-
XYZ19.8911.417.68-
YUV90.45142.42181.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.46%
GREEN value IS 47 (18.75% from 255) = 14.29%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=50.46%
G=14.29%
B=35.26%

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
Decimal1664711600.720.300.35325.2155.8741.76
HexA62F740481E23145382a
Octal24657164011036435057052
Binary1010011010111111101000100100011110100011101000101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62F74; }

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

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

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

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

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

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

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

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