#A62B75

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

Shades of Medium Red Violet #A62B75

Tints of Medium Red Violet #A62B75

Color information

#A62B75 (or 0xA62B75) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2B and 75. RGB value is (166,43,117). Sum of RGB (Red+Green+Blue) = 166+43+117=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62B75 is #59D48A. Grayscale: #585858. Windows color (decimal): -5887115 or 7678886. OLE color: 7678886.

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

Color convert

RGB16643117-
CMYK00.740.300.35
HSL323.9º58.85%40.98%-
HSV(B)323.9º74.1%65.1%-
XYZ19.811.1217.93-
YUV88.21144.25183.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 43 (17.19% from 255) = 13.19%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=50.92%
G=13.19%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664311700.740.300.35323.958.8540.98
HexA62B7504A1E231443b29
Octal24653165011236435047351
Binary1010011010101111101010100101011110100011101000100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62B75; }

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

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

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

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

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

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

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

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