Html Css Color HEX #A63986 Medium Red Violet

📋 copy color: '#A63986'

red 166 ◦ green 57 ◦ blue 134

#A63986
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A63986

Tints of Medium Red Violet #A63986

RGB

 RED value IS 166 (65.23% from 255) = 46.5%

 GREEN value IS 57 (22.66% from 255) = 15.97%

 BLUE value IS 134 (52.73% from 255) = 37.54%

R = 46.5%
G = 15.97%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A63986 (or 0xA63986) is known color: Medium Red Violet. HEX triplet: A6, 39 and 86. RGB value is (166,57,134). Sum of RGB (Red+Green+Blue) = 166+57+134=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A63986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63986 is #59C679. Grayscale: #626262. Windows color (decimal): -5883514 or 8796582. OLE color: 8796582.

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

Color convert

RGB 166 57 134 -
CMYK 0 0.66 0.19 0.35
HSL 317.61º 0.49% 0.44% -
HSV(B) 317.61º 0.66% 0.65% -
XYZ 21.49 12.75 23.88 -
YUV 98.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 166 57 134 0 0.66 0.19 0.35 317.61 0.49 0.44
Hex A6 39 86 0 42 13 23 13E 31 2C
Octal 246 71 206 0 102 23 43 476 61 54
Binary 10100110 111001 10000110 0 1000010 10011 100011 100111110 110001 101100

Color Harmonies of #A63986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63986

Black with #A63986

Text Example


Text Example

White with #A63986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63986; }

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

 H1.HeaderClassName
 {
   color: #A63986;
 }
 .AnyTagClassName
 {
   color: #A63986;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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