Html Css Color HEX #A74690 Medium Red Violet

📋 copy color: '#A74690'

red 167 ◦ green 70 ◦ blue 144

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

Shades of Medium Red Violet #A74690

Tints of Medium Red Violet #A74690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.37%

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

R = 43.83%
G = 18.37%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A74690 (or 0xA74690) is known color: Medium Red Violet. HEX triplet: A7, 46 and 90. RGB value is (167,70,144). Sum of RGB (Red+Green+Blue) = 167+70+144=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A74690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74690 is #58B96F. Grayscale: #6B6B6B. Windows color (decimal): -5814640 or 9455271. OLE color: 9455271.

HSL color Cylindrical-coordinate representation of color #A74690: hue angle of 314.23º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74690 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 70 144 -
CMYK 0 0.58 0.14 0.35
HSL 314.23º 0.41% 0.46% -
HSV(B) 314.23º 0.58% 0.65% -
XYZ 23.16 14.61 27.98 -
YUV 107.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 167 70 144 0 0.58 0.14 0.35 314.23 0.41 0.46
Hex A7 46 90 0 3A E 23 13A 29 2E
Octal 247 106 220 0 72 16 43 472 51 56
Binary 10100111 1000110 10010000 0 111010 1110 100011 100111010 101001 101110

Color Harmonies of #A74690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74690

Black with #A74690

Text Example


Text Example

White with #A74690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74690; }

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

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

background-color css

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

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

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

border-color css

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

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

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