#A63E85

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

Shades of Medium Red Violet #A63E85

Tints of Medium Red Violet #A63E85

Color information

#A63E85 (or 0xA63E85) is unknown color: approx Medium Red Violet. HEX triplet: A6, 3E and 85. RGB value is (166,62,133). Sum of RGB (Red+Green+Blue) = 166+62+133=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63E85 is #59C17A. Grayscale: #656565. Windows color (decimal): -5882235 or 8732326. OLE color: 8732326.

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

Color convert

RGB16662133-
CMYK00.630.200.35
HSL319.04º45.61%44.71%-
HSV(B)319.04º62.65%65.1%-
XYZ21.6813.2523.6-
YUV101.19145.96174.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.98%
GREEN value IS 62 (24.61% from 255) = 17.17%
BLUE value IS 133 (52.34% from 255) = 36.84%
R=45.98%
G=17.17%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666213300.630.200.35319.0445.6144.71
HexA63E8503F142313f2e2d
Octal2467620507724434775655
Binary1010011011111010000101011111110100100011100111111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E85; }

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

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

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

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

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

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

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

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