#A62F95

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

Shades of Medium Red Violet #A62F95

Tints of Medium Red Violet #A62F95

Color information

#A62F95 (or 0xA62F95) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2F and 95. RGB value is (166,47,149). Sum of RGB (Red+Green+Blue) = 166+47+149=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62F95 is #59D06A. Grayscale: #5D5D5D. Windows color (decimal): -5886059 or 9777062. OLE color: 9777062.

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

Color convert

RGB16647149-
CMYK00.720.100.35
HSL308.57º55.87%41.76%-
HSV(B)308.57º71.69%65.1%-
XYZ22.1712.3129.64-
YUV94.21158.92179.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 47 (18.75% from 255) = 12.98%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=45.86%
G=12.98%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664714900.720.100.35308.5755.8741.76
HexA62F95048A23135382a
Octal24657225011012434657052
Binary1010011010111110010101010010001010100011100110101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62F95; }

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

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

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

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

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

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

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

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