#A62E8B

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

Shades of Medium Red Violet #A62E8B

Tints of Medium Red Violet #A62E8B

Color information

#A62E8B (or 0xA62E8B) is unknown color: approx Medium Red Violet. HEX triplet: A6, 2E and 8B. RGB value is (166,46,139). Sum of RGB (Red+Green+Blue) = 166+46+139=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62E8B is #59D174. Grayscale: #5C5C5C. Windows color (decimal): -5886325 or 9121446. OLE color: 9121446.

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

Color convert

RGB16646139-
CMYK00.720.160.35
HSL313.5º56.6%41.57%-
HSV(B)313.5º72.29%65.1%-
XYZ21.3611.9325.6-
YUV92.48154.26180.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.29%
GREEN value IS 46 (18.36% from 255) = 13.11%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=47.29%
G=13.11%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664613900.720.160.35313.556.641.57
HexA62E8B048102313a392a
Octal24656213011020434727152
Binary10100110101110100010110100100010000100011100111010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62E8B; }

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

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

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

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

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

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

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

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