#A63E8C

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

Shades of Medium Red Violet #A63E8C

Tints of Medium Red Violet #A63E8C

Color information

#A63E8C (or 0xA63E8C) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3E and 8C. RGB value is (166,62,140). Sum of RGB (Red+Green+Blue) = 166+62+140=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63E8C is #59C173. Grayscale: #656565. Windows color (decimal): -5882228 or 9191078. OLE color: 9191078.

HSL color Cylindrical-coordinate representation of color #A63E8C: hue angle of 315º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63E8C is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16662140-
CMYK00.630.160.35
HSL315º45.61%44.71%-
HSV(B)315º62.65%65.1%-
XYZ22.1813.4526.24-
YUV101.99149.46173.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 62 (24.61% from 255) = 16.85%
BLUE value IS 140 (55.08% from 255) = 38.04%
R=45.11%
G=16.85%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666214000.630.160.3531545.6144.71
HexA63E8C03F102313b2e2d
Octal2467621407720434735655
Binary1010011011111010001100011111110000100011100111011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E8C; }

 p { color: rgb(166,62,140); }

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

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

 a { background-color: rgb(166,62,140); }

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

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

 span { border-color: rgb(166,62,140); }

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