Html Css Color HEX #A74291 Medium Red Violet

📋 copy color: '#A74291'

red 167 ◦ green 66 ◦ blue 145

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

Shades of Medium Red Violet #A74291

Tints of Medium Red Violet #A74291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.46%

 BLUE value IS 145 (57.03% from 255) = 38.36%

R = 44.18%
G = 17.46%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A74291 (or 0xA74291) is known color: Medium Red Violet. HEX triplet: A7, 42 and 91. RGB value is (167,66,145). Sum of RGB (Red+Green+Blue) = 167+66+145=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A74291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74291 is #58BD6E. Grayscale: #686868. Windows color (decimal): -5815663 or 9519783. OLE color: 9519783.

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

Color convert

RGB 167 66 145 -
CMYK 0 0.60 0.13 0.35
HSL 313.07º 0.43% 0.46% -
HSV(B) 313.07º 0.6% 0.65% -
XYZ 23 14.16 28.31 -
YUV 105.21 150.46 172.08 -
System Red Green Blue C M Y K H S L
Decimal 167 66 145 0 0.60 0.13 0.35 313.07 0.43 0.46
Hex A7 42 91 0 3C D 23 139 2B 2E
Octal 247 102 221 0 74 15 43 471 53 56
Binary 10100111 1000010 10010001 0 111100 1101 100011 100111001 101011 101110

Color Harmonies of #A74291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74291

Black with #A74291

Text Example


Text Example

White with #A74291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74291; }

 p { color: rgb(167,66,145); }

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

background-color css

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

 a { background-color: rgb(167,66,145); }

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

border-color css

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

 span { border-color: rgb(167,66,145); }

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