Html Css Color HEX #A74293 Medium Red Violet

📋 copy color: '#A74293'

red 167 ◦ green 66 ◦ blue 147

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

Shades of Medium Red Violet #A74293

Tints of Medium Red Violet #A74293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.37%

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

R = 43.95%
G = 17.37%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A74293 (or 0xA74293) is known color: Medium Red Violet. HEX triplet: A7, 42 and 93. RGB value is (167,66,147). Sum of RGB (Red+Green+Blue) = 167+66+147=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A74293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74293 is #58BD6C. Grayscale: #696969. Windows color (decimal): -5815661 or 9650855. OLE color: 9650855.

HSL color Cylindrical-coordinate representation of color #A74293: hue angle of 311.88º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74293 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 66 147 -
CMYK 0 0.60 0.12 0.35
HSL 311.88º 0.43% 0.46% -
HSV(B) 311.88º 0.6% 0.65% -
XYZ 23.15 14.22 29.13 -
YUV 105.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 167 66 147 0 0.60 0.12 0.35 311.88 0.43 0.46
Hex A7 42 93 0 3C C 23 138 2B 2E
Octal 247 102 223 0 74 14 43 470 53 56
Binary 10100111 1000010 10010011 0 111100 1100 100011 100111000 101011 101110

Color Harmonies of #A74293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74293

Black with #A74293

Text Example


Text Example

White with #A74293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74293; }

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

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

background-color css

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

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

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

border-color css

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

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

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