Html Css Color HEX #A74380 Medium Red Violet

📋 copy color: '#A74380'

red 167 ◦ green 67 ◦ blue 128

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

Shades of Medium Red Violet #A74380

Tints of Medium Red Violet #A74380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.51%

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 46.13%
G = 18.51%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A74380 (or 0xA74380) is known color: Medium Red Violet. HEX triplet: A7, 43 and 80. RGB value is (167,67,128). Sum of RGB (Red+Green+Blue) = 167+67+128=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A74380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74380 is #58BC7F. Grayscale: #676767. Windows color (decimal): -5815424 or 8405927. OLE color: 8405927.

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

Color convert

RGB 167 67 128 -
CMYK 0 0.60 0.23 0.35
HSL 323.4º 0.43% 0.46% -
HSV(B) 323.4º 0.6% 0.65% -
XYZ 21.84 13.79 21.93 -
YUV 103.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 167 67 128 0 0.60 0.23 0.35 323.4 0.43 0.46
Hex A7 43 80 0 3C 17 23 143 2B 2E
Octal 247 103 200 0 74 27 43 503 53 56
Binary 10100111 1000011 10000000 0 111100 10111 100011 101000011 101011 101110

Color Harmonies of #A74380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74380

Black with #A74380

Text Example


Text Example

White with #A74380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74380; }

 p { color: rgb(167,67,128); }

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

background-color css

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

 a { background-color: rgb(167,67,128); }

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

border-color css

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

 span { border-color: rgb(167,67,128); }

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