Html Css Color HEX #A74290 Medium Red Violet

📋 copy color: '#A74290'

red 167 ◦ green 66 ◦ blue 144

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

Shades of Medium Red Violet #A74290

Tints of Medium Red Violet #A74290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.2%

R = 44.3%
G = 17.51%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A74290 (or 0xA74290) is known color: Medium Red Violet. HEX triplet: A7, 42 and 90. RGB value is (167,66,144). Sum of RGB (Red+Green+Blue) = 167+66+144=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A74290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74290 is #58BD6F. Grayscale: #686868. Windows color (decimal): -5815664 or 9454247. OLE color: 9454247.

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

Color convert

RGB 167 66 144 -
CMYK 0 0.60 0.14 0.35
HSL 313.66º 0.43% 0.46% -
HSV(B) 313.66º 0.6% 0.65% -
XYZ 22.92 14.13 27.9 -
YUV 105.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 167 66 144 0 0.60 0.14 0.35 313.66 0.43 0.46
Hex A7 42 90 0 3C E 23 13A 2B 2E
Octal 247 102 220 0 74 16 43 472 53 56
Binary 10100111 1000010 10010000 0 111100 1110 100011 100111010 101011 101110

Color Harmonies of #A74290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74290

Black with #A74290

Text Example


Text Example

White with #A74290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74290; }

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

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

background-color css

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

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

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

border-color css

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

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

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