#A62D80

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

Shades of Medium Red Violet #A62D80

Tints of Medium Red Violet #A62D80

Color information

#A62D80 (or 0xA62D80) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2D and 80. RGB value is (166,45,128). Sum of RGB (Red+Green+Blue) = 166+45+128=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62D80 is #59D27F. Grayscale: #5A5A5A. Windows color (decimal): -5886592 or 8400294. OLE color: 8400294.

HSL color Cylindrical-coordinate representation of color #A62D80: hue angle of 318.84º degrees, saturation: 0.57, 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 #A62D80 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB16645128-
CMYK00.730.230.35
HSL318.84º57.35%41.37%-
HSV(B)318.84º72.89%65.1%-
XYZ20.5611.5421.57-
YUV90.64149.09181.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.97%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=48.97%
G=13.27%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664512800.730.230.35318.8457.3541.37
HexA62D80049172313f3929
Octal24655200011127434777151
Binary10100110101101100000000100100110111100011100111111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62D80; }

 p { color: rgb(166,45,128); }

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

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

 a { background-color: rgb(166,45,128); }

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

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

 span { border-color: rgb(166,45,128); }

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