Html Css Color HEX #A43186 Medium Red Violet

📋 copy color: '#A43186'

red 164 ◦ green 49 ◦ blue 134

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

Shades of Medium Red Violet #A43186

Tints of Medium Red Violet #A43186

RGB

 RED value IS 164 (64.45% from 255) = 47.26%

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

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

R = 47.26%
G = 14.12%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A43186 (or 0xA43186) is known color: Medium Red Violet. HEX triplet: A4, 31 and 86. RGB value is (164,49,134). Sum of RGB (Red+Green+Blue) = 164+49+134=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A43186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43186 is #5BCE79. Grayscale: #5C5C5C. Windows color (decimal): -6016634 or 8794532. OLE color: 8794532.

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

Color convert

RGB 164 49 134 -
CMYK 0 0.70 0.18 0.36
HSL 315.65º 0.54% 0.42% -
HSV(B) 315.65º 0.7% 0.64% -
XYZ 20.71 11.81 23.74 -
YUV 93.08 151.1 178.59 -
System Red Green Blue C M Y K H S L
Decimal 164 49 134 0 0.70 0.18 0.36 315.65 0.54 0.42
Hex A4 31 86 0 46 12 24 13C 36 2A
Octal 244 61 206 0 106 22 44 474 66 52
Binary 10100100 110001 10000110 0 1000110 10010 100100 100111100 110110 101010

Color Harmonies of #A43186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43186

Black with #A43186

Text Example


Text Example

White with #A43186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43186; }

 p { color: rgb(164,49,134); }

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

background-color css

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

 a { background-color: rgb(164,49,134); }

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

border-color css

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

 span { border-color: rgb(164,49,134); }

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