#A62B76

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

Shades of Medium Red Violet #A62B76

Tints of Medium Red Violet #A62B76

Color information

#A62B76 (or 0xA62B76) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2B and 76. RGB value is (166,43,118). Sum of RGB (Red+Green+Blue) = 166+43+118=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 43 (17.19% from 255 or 13.15% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62B76 is #59D489. Grayscale: #585858. Windows color (decimal): -5887114 or 7744422. OLE color: 7744422.

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

Color convert

RGB16643118-
CMYK00.740.290.35
HSL323.41º58.85%40.98%-
HSV(B)323.41º74.1%65.1%-
XYZ19.8611.1418.24-
YUV88.33144.75183.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.76%
GREEN value IS 43 (17.19% from 255) = 13.15%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=50.76%
G=13.15%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664311800.740.290.35323.4158.8540.98
HexA62B7604A1D231433b29
Octal24653166011235435037351
Binary1010011010101111101100100101011101100011101000011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62B76; }

 p { color: rgb(166,43,118); }

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

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

 a { background-color: rgb(166,43,118); }

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

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

 span { border-color: rgb(166,43,118); }

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