Html Css Color HEX #A43191 Medium Red Violet

📋 copy color: '#A43191'

red 164 ◦ green 49 ◦ blue 145

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

Shades of Medium Red Violet #A43191

Tints of Medium Red Violet #A43191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.5%

R = 45.81%
G = 13.69%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A43191 (or 0xA43191) is known color: Medium Red Violet. HEX triplet: A4, 31 and 91. RGB value is (164,49,145). Sum of RGB (Red+Green+Blue) = 164+49+145=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A43191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43191 is #5BCE6E. Grayscale: #5E5E5E. Windows color (decimal): -6016623 or 9515428. OLE color: 9515428.

HSL color Cylindrical-coordinate representation of color #A43191: hue angle of 309.91º 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 #A43191 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 49 145 -
CMYK 0 0.70 0.12 0.36
HSL 309.91º 0.54% 0.42% -
HSV(B) 309.91º 0.7% 0.64% -
XYZ 21.52 12.13 28 -
YUV 94.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 164 49 145 0 0.70 0.12 0.36 309.91 0.54 0.42
Hex A4 31 91 0 46 C 24 136 36 2A
Octal 244 61 221 0 106 14 44 466 66 52
Binary 10100100 110001 10010001 0 1000110 1100 100100 100110110 110110 101010

Color Harmonies of #A43191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43191

Black with #A43191

Text Example


Text Example

White with #A43191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43191; }

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

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

background-color css

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

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

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

border-color css

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

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

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