#A62E8A

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

Shades of Medium Red Violet #A62E8A

Tints of Medium Red Violet #A62E8A

Color information

#A62E8A (or 0xA62E8A) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2E and 8A. RGB value is (166,46,138). Sum of RGB (Red+Green+Blue) = 166+46+138=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62E8A is #59D175. Grayscale: #5C5C5C. Windows color (decimal): -5886326 or 9055910. OLE color: 9055910.

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

Color convert

RGB16646138-
CMYK00.720.170.35
HSL314º56.6%41.57%-
HSV(B)314º72.29%65.1%-
XYZ21.2911.925.22-
YUV92.37153.76180.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 46 (18.36% from 255) = 13.14%
BLUE value IS 138 (54.30% from 255) = 39.43%
R=47.43%
G=13.14%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664613800.720.170.3531456.641.57
HexA62E8A048112313a392a
Octal24656212011021434727152
Binary10100110101110100010100100100010001100011100111010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62E8A; }

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

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

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

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

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

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

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

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