Html Css Color HEX #A74386 Medium Red Violet

📋 copy color: '#A74386'

red 167 ◦ green 67 ◦ blue 134

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

Shades of Medium Red Violet #A74386

Tints of Medium Red Violet #A74386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.41%

R = 45.38%
G = 18.21%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A74386 (or 0xA74386) is known color: Medium Red Violet. HEX triplet: A7, 43 and 86. RGB value is (167,67,134). Sum of RGB (Red+Green+Blue) = 167+67+134=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A74386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74386 is #58BC79. Grayscale: #686868. Windows color (decimal): -5815418 or 8799143. OLE color: 8799143.

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

Color convert

RGB 167 67 134 -
CMYK 0 0.60 0.20 0.35
HSL 319.8º 0.43% 0.46% -
HSV(B) 319.8º 0.6% 0.65% -
XYZ 22.25 13.95 24.07 -
YUV 104.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 167 67 134 0 0.60 0.20 0.35 319.8 0.43 0.46
Hex A7 43 86 0 3C 14 23 140 2B 2E
Octal 247 103 206 0 74 24 43 500 53 56
Binary 10100111 1000011 10000110 0 111100 10100 100011 101000000 101011 101110

Color Harmonies of #A74386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74386

Black with #A74386

Text Example


Text Example

White with #A74386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74386; }

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

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

background-color css

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

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

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

border-color css

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

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

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