#A62B95

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

Shades of Medium Red Violet #A62B95

Tints of Medium Red Violet #A62B95

Color information

#A62B95 (or 0xA62B95) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2B and 95. RGB value is (166,43,149). Sum of RGB (Red+Green+Blue) = 166+43+149=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62B95 is #59D46A. Grayscale: #5B5B5B. Windows color (decimal): -5887083 or 9776038. OLE color: 9776038.

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

Color convert

RGB16643149-
CMYK00.740.100.35
HSL308.29º58.85%40.98%-
HSV(B)308.29º74.1%65.1%-
XYZ22.011229.59-
YUV91.86160.25180.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 43 (17.19% from 255) = 12.01%
BLUE value IS 149 (58.59% from 255) = 41.62%
R=46.37%
G=12.01%
B=41.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664314900.740.100.35308.2958.8540.98
HexA62B9504AA231343b29
Octal24653225011212434647351
Binary1010011010101110010101010010101010100011100110100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62B95; }

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

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

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

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

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

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

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

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