Html Css Color HEX #A43196 Medium Red Violet

📋 copy color: '#A43196'

red 164 ◦ green 49 ◦ blue 150

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

Shades of Medium Red Violet #A43196

Tints of Medium Red Violet #A43196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 45.18%
G = 13.5%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A43196 (or 0xA43196) is known color: Medium Red Violet. HEX triplet: A4, 31 and 96. RGB value is (164,49,150). Sum of RGB (Red+Green+Blue) = 164+49+150=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A43196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43196 is #5BCE69. Grayscale: #5E5E5E. Windows color (decimal): -6016618 or 9843108. OLE color: 9843108.

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

Color convert

RGB 164 49 150 -
CMYK 0 0.70 0.09 0.36
HSL 307.3º 0.54% 0.42% -
HSV(B) 307.3º 0.7% 0.64% -
XYZ 21.91 12.29 30.07 -
YUV 94.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 164 49 150 0 0.70 0.09 0.36 307.3 0.54 0.42
Hex A4 31 96 0 46 9 24 133 36 2A
Octal 244 61 226 0 106 11 44 463 66 52
Binary 10100100 110001 10010110 0 1000110 1001 100100 100110011 110110 101010

Color Harmonies of #A43196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43196

Black with #A43196

Text Example


Text Example

White with #A43196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43196; }

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

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

background-color css

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

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

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

border-color css

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

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

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