Html Css Color HEX #A74193 Medium Red Violet

📋 copy color: '#A74193'

red 167 ◦ green 65 ◦ blue 147

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

Shades of Medium Red Violet #A74193

Tints of Medium Red Violet #A74193

RGB

 RED value IS 167 (65.63% from 255) = 44.06%

 GREEN value IS 65 (25.78% from 255) = 17.15%

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 44.06%
G = 17.15%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A74193 (or 0xA74193) is known color: Medium Red Violet. HEX triplet: A7, 41 and 93. RGB value is (167,65,147). Sum of RGB (Red+Green+Blue) = 167+65+147=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A74193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74193 is #58BE6C. Grayscale: #686868. Windows color (decimal): -5815917 or 9650599. OLE color: 9650599.

HSL color Cylindrical-coordinate representation of color #A74193: hue angle of 311.76º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A74193 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 65 147 -
CMYK 0 0.61 0.12 0.35
HSL 311.76º 0.44% 0.45% -
HSV(B) 311.76º 0.61% 0.65% -
XYZ 23.09 14.1 29.11 -
YUV 104.85 151.79 172.33 -
System Red Green Blue C M Y K H S L
Decimal 167 65 147 0 0.61 0.12 0.35 311.76 0.44 0.45
Hex A7 41 93 0 3D C 23 138 2C 2D
Octal 247 101 223 0 75 14 43 470 54 55
Binary 10100111 1000001 10010011 0 111101 1100 100011 100111000 101100 101101

Color Harmonies of #A74193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74193

Black with #A74193

Text Example


Text Example

White with #A74193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74193; }

 p { color: rgb(167,65,147); }

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

background-color css

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

 a { background-color: rgb(167,65,147); }

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

border-color css

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

 span { border-color: rgb(167,65,147); }

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