Html Css Color HEX #A63886 Medium Red Violet

📋 copy color: '#A63886'

red 166 ◦ green 56 ◦ blue 134

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

Shades of Medium Red Violet #A63886

Tints of Medium Red Violet #A63886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.73%

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

R = 46.63%
G = 15.73%
B = 37.64%

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

#A63886 (or 0xA63886) is known color: Medium Red Violet. HEX triplet: A6, 38 and 86. RGB value is (166,56,134). Sum of RGB (Red+Green+Blue) = 166+56+134=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A63886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63886 is #59C779. Grayscale: #616161. Windows color (decimal): -5883770 or 8796326. OLE color: 8796326.

HSL color Cylindrical-coordinate representation of color #A63886: hue angle of 317.45º degrees, saturation: 0.5, 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 #A63886 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 56 134 -
CMYK 0 0.66 0.19 0.35
HSL 317.45º 0.5% 0.44% -
HSV(B) 317.45º 0.66% 0.65% -
XYZ 21.44 12.66 23.87 -
YUV 97.78 148.44 176.66 -
System Red Green Blue C M Y K H S L
Decimal 166 56 134 0 0.66 0.19 0.35 317.45 0.5 0.44
Hex A6 38 86 0 42 13 23 13D 32 2C
Octal 246 70 206 0 102 23 43 475 62 54
Binary 10100110 111000 10000110 0 1000010 10011 100011 100111101 110010 101100

Color Harmonies of #A63886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63886

Black with #A63886

Text Example


Text Example

White with #A63886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63886; }

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

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

background-color css

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

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

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

border-color css

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

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

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