Html Css Color HEX #A74381 Medium Red Violet

📋 copy color: '#A74381'

red 167 ◦ green 67 ◦ blue 129

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

Shades of Medium Red Violet #A74381

Tints of Medium Red Violet #A74381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.54%

R = 46.01%
G = 18.46%
B = 35.54%

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

#A74381 (or 0xA74381) is known color: Medium Red Violet. HEX triplet: A7, 43 and 81. RGB value is (167,67,129). Sum of RGB (Red+Green+Blue) = 167+67+129=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A74381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74381 is #58BC7E. Grayscale: #676767. Windows color (decimal): -5815423 or 8471463. OLE color: 8471463.

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

Color convert

RGB 167 67 129 -
CMYK 0 0.60 0.23 0.35
HSL 322.8º 0.43% 0.46% -
HSV(B) 322.8º 0.6% 0.65% -
XYZ 21.91 13.81 22.28 -
YUV 103.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 167 67 129 0 0.60 0.23 0.35 322.8 0.43 0.46
Hex A7 43 81 0 3C 17 23 143 2B 2E
Octal 247 103 201 0 74 27 43 503 53 56
Binary 10100111 1000011 10000001 0 111100 10111 100011 101000011 101011 101110

Color Harmonies of #A74381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74381

Black with #A74381

Text Example


Text Example

White with #A74381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74381; }

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

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

background-color css

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

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

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

border-color css

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

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

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