#a63786

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

Shades of Medium Red Violet #A63786

Tints of Medium Red Violet #A63786

Color information

#A63786 (or 0xA63786) is unknown color: approx Medium Red Violet. HEX triplet: A6, 37 and 86. RGB value is (166,55,134). Sum of RGB (Red+Green+Blue) = 166+55+134=355 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.76% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 166 - color contains mainly: red. Hex color #A63786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63786 is #59C879. Grayscale: #606060. Windows color (decimal): -5884026 or 8796070. OLE color: 8796070.

HSL color Cylindrical-coordinate representation of color #A63786: hue angle of 317.3º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63786 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB16655134-
CMYK00.670.190.35
HSL317.3º50.23%43.33%-
HSV(B)317.3º66.87%65.1%-
XYZ21.412.5623.85-
YUV97.2148.77177.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.76%
GREEN value IS 55 (21.88% from 255) = 15.49%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=46.76%
G=15.49%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665513400.670.190.35317.350.2343.33
HexA63786043132313d322b
Octal24667206010323434756253
Binary10100110110111100001100100001110011100011100111101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a63786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a63786; }

 p { color: rgb(166,55,134); }

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

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

 a { background-color: rgb(166,55,134); }

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

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

 span { border-color: rgb(166,55,134); }

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