#A62E96

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

Shades of Medium Red Violet #A62E96

Tints of Medium Red Violet #A62E96

Color information

#A62E96 (or 0xA62E96) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2E and 96. RGB value is (166,46,150). Sum of RGB (Red+Green+Blue) = 166+46+150=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62E96 is #59D169. Grayscale: #5D5D5D. Windows color (decimal): -5886314 or 9842342. OLE color: 9842342.

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

Color convert

RGB16646150-
CMYK00.720.100.35
HSL308º56.6%41.57%-
HSV(B)308º72.29%65.1%-
XYZ22.2112.2630.05-
YUV93.74159.76179.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 46 (18.36% from 255) = 12.71%
BLUE value IS 150 (58.98% from 255) = 41.44%
R=45.86%
G=12.71%
B=41.44%

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
Decimal1664615000.720.100.3530856.641.57
HexA62E96048A23134392a
Octal24656226011012434647152
Binary1010011010111010010110010010001010100011100110100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62E96; }

 p { color: rgb(166,46,150); }

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

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

 a { background-color: rgb(166,46,150); }

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

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

 span { border-color: rgb(166,46,150); }

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