Html Css Color HEX #A74A8C Medium Red Violet

📋 copy color: '#A74A8C'

red 167 ◦ green 74 ◦ blue 140

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

Shades of Medium Red Violet #A74A8C

Tints of Medium Red Violet #A74A8C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 43.83%
G = 19.42%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A74A8C (or 0xA74A8C) is known color: Medium Red Violet. HEX triplet: A7, 4A and 8C. RGB value is (167,74,140). Sum of RGB (Red+Green+Blue) = 167+74+140=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74A8C is #58B573. Grayscale: #6D6D6D. Windows color (decimal): -5813620 or 9194151. OLE color: 9194151.

HSL color Cylindrical-coordinate representation of color #A74A8C: hue angle of 317.42º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74A8C is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 74 140 -
CMYK 0 0.56 0.16 0.35
HSL 317.42º 0.39% 0.47% -
HSV(B) 317.42º 0.56% 0.65% -
XYZ 23.12 15.01 26.49 -
YUV 109.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 167 74 140 0 0.56 0.16 0.35 317.42 0.39 0.47
Hex A7 4A 8C 0 38 10 23 13D 27 2F
Octal 247 112 214 0 70 20 43 475 47 57
Binary 10100111 1001010 10001100 0 111000 10000 100011 100111101 100111 101111

Color Harmonies of #A74A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74A8C

Black with #A74A8C

Text Example


Text Example

White with #A74A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74A8C; }

 p { color: rgb(167,74,140); }

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

background-color css

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

 a { background-color: rgb(167,74,140); }

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

border-color css

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

 span { border-color: rgb(167,74,140); }

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