Html Css Color HEX #A74987 Medium Red Violet

📋 copy color: '#A74987'

red 167 ◦ green 73 ◦ blue 135

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

Shades of Medium Red Violet #A74987

Tints of Medium Red Violet #A74987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.47%

 BLUE value IS 135 (53.13% from 255) = 36%

R = 44.53%
G = 19.47%
B = 36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A74987 (or 0xA74987) is known color: Medium Red Violet. HEX triplet: A7, 49 and 87. RGB value is (167,73,135). Sum of RGB (Red+Green+Blue) = 167+73+135=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 167 - color contains mainly: red. Hex color #A74987 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74987 is #58B678. Grayscale: #6C6C6C. Windows color (decimal): -5813881 or 8866215. OLE color: 8866215.

HSL color Cylindrical-coordinate representation of color #A74987: hue angle of 320.43º 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 #A74987 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 73 135 -
CMYK 0 0.56 0.19 0.35
HSL 320.43º 0.39% 0.47% -
HSV(B) 320.43º 0.56% 0.65% -
XYZ 22.69 14.73 24.57 -
YUV 108.17 143.14 169.96 -
System Red Green Blue C M Y K H S L
Decimal 167 73 135 0 0.56 0.19 0.35 320.43 0.39 0.47
Hex A7 49 87 0 38 13 23 140 27 2F
Octal 247 111 207 0 70 23 43 500 47 57
Binary 10100111 1001001 10000111 0 111000 10011 100011 101000000 100111 101111

Color Harmonies of #A74987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74987

Black with #A74987

Text Example


Text Example

White with #A74987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74987; }

 p { color: rgb(167,73,135); }

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

background-color css

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

 a { background-color: rgb(167,73,135); }

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

border-color css

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

 span { border-color: rgb(167,73,135); }

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