Html Css Color HEX #A63185 Medium Red Violet

📋 copy color: '#A63185'

red 166 ◦ green 49 ◦ blue 133

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

Shades of Medium Red Violet #A63185

Tints of Medium Red Violet #A63185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.08%

 BLUE value IS 133 (52.34% from 255) = 38.22%

R = 47.7%
G = 14.08%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A63185 (or 0xA63185) is known color: Medium Red Violet. HEX triplet: A6, 31 and 85. RGB value is (166,49,133). Sum of RGB (Red+Green+Blue) = 166+49+133=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A63185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63185 is #59CE7A. Grayscale: #5D5D5D. Windows color (decimal): -5885563 or 8728998. OLE color: 8728998.

HSL color Cylindrical-coordinate representation of color #A63185: hue angle of 316.92º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63185 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 49 133 -
CMYK 0 0.70 0.20 0.35
HSL 316.92º 0.54% 0.42% -
HSV(B) 316.92º 0.7% 0.65% -
XYZ 21.06 12 23.4 -
YUV 93.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 166 49 133 0 0.70 0.20 0.35 316.92 0.54 0.42
Hex A6 31 85 0 46 14 23 13D 36 2A
Octal 246 61 205 0 106 24 43 475 66 52
Binary 10100110 110001 10000101 0 1000110 10100 100011 100111101 110110 101010

Color Harmonies of #A63185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63185

Black with #A63185

Text Example


Text Example

White with #A63185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63185; }

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

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

background-color css

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

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

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

border-color css

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

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

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