Html Css Color HEX #A74692 Medium Red Violet

📋 copy color: '#A74692'

red 167 ◦ green 70 ◦ blue 146

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

Shades of Medium Red Violet #A74692

Tints of Medium Red Violet #A74692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.12%

R = 43.6%
G = 18.28%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A74692 (or 0xA74692) is known color: Medium Red Violet. HEX triplet: A7, 46 and 92. RGB value is (167,70,146). Sum of RGB (Red+Green+Blue) = 167+70+146=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A74692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74692 is #58B96D. Grayscale: #6B6B6B. Windows color (decimal): -5814638 or 9586343. OLE color: 9586343.

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

Color convert

RGB 167 70 146 -
CMYK 0 0.58 0.13 0.35
HSL 312.99º 0.41% 0.46% -
HSV(B) 312.99º 0.58% 0.65% -
XYZ 23.31 14.67 28.8 -
YUV 107.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 167 70 146 0 0.58 0.13 0.35 312.99 0.41 0.46
Hex A7 46 92 0 3A D 23 139 29 2E
Octal 247 106 222 0 72 15 43 471 51 56
Binary 10100111 1000110 10010010 0 111010 1101 100011 100111001 101001 101110

Color Harmonies of #A74692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74692

Black with #A74692

Text Example


Text Example

White with #A74692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74692; }

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

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

background-color css

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

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

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

border-color css

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

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

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