Html Css Color HEX #A74784 Medium Red Violet

📋 copy color: '#A74784'

red 167 ◦ green 71 ◦ blue 132

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

Shades of Medium Red Violet #A74784

Tints of Medium Red Violet #A74784

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.19%

 BLUE value IS 132 (51.95% from 255) = 35.68%

R = 45.14%
G = 19.19%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A74784 (or 0xA74784) is known color: Medium Red Violet. HEX triplet: A7, 47 and 84. RGB value is (167,71,132). Sum of RGB (Red+Green+Blue) = 167+71+132=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A74784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74784 is #58B87B. Grayscale: #6A6A6A. Windows color (decimal): -5814396 or 8669095. OLE color: 8669095.

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

Color convert

RGB 167 71 132 -
CMYK 0 0.57 0.21 0.35
HSL 321.88º 0.4% 0.47% -
HSV(B) 321.88º 0.57% 0.65% -
XYZ 22.35 14.39 23.43 -
YUV 106.66 142.3 171.04 -
System Red Green Blue C M Y K H S L
Decimal 167 71 132 0 0.57 0.21 0.35 321.88 0.4 0.47
Hex A7 47 84 0 39 15 23 142 28 2F
Octal 247 107 204 0 71 25 43 502 50 57
Binary 10100111 1000111 10000100 0 111001 10101 100011 101000010 101000 101111

Color Harmonies of #A74784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74784

Black with #A74784

Text Example


Text Example

White with #A74784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74784; }

 p { color: rgb(167,71,132); }

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

background-color css

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

 a { background-color: rgb(167,71,132); }

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

border-color css

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

 span { border-color: rgb(167,71,132); }

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