Html Css Color HEX #A7498E Medium Red Violet

📋 copy color: '#A7498E'

red 167 ◦ green 73 ◦ blue 142

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

Shades of Medium Red Violet #A7498E

Tints of Medium Red Violet #A7498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.11%

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 43.72%
G = 19.11%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A7498E (or 0xA7498E) is known color: Medium Red Violet. HEX triplet: A7, 49 and 8E. RGB value is (167,73,142). Sum of RGB (Red+Green+Blue) = 167+73+142=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A7498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7498E is #58B671. Grayscale: #6C6C6C. Windows color (decimal): -5813874 or 9324967. OLE color: 9324967.

HSL color Cylindrical-coordinate representation of color #A7498E: hue angle of 315.96º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A7498E is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 73 142 -
CMYK 0 0.56 0.15 0.35
HSL 315.96º 0.39% 0.47% -
HSV(B) 315.96º 0.56% 0.65% -
XYZ 23.2 14.93 27.25 -
YUV 108.97 146.64 169.39 -
System Red Green Blue C M Y K H S L
Decimal 167 73 142 0 0.56 0.15 0.35 315.96 0.39 0.47
Hex A7 49 8E 0 38 F 23 13C 27 2F
Octal 247 111 216 0 70 17 43 474 47 57
Binary 10100111 1001001 10001110 0 111000 1111 100011 100111100 100111 101111

Color Harmonies of #A7498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7498E

Black with #A7498E

Text Example


Text Example

White with #A7498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7498E; }

 p { color: rgb(167,73,142); }

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

background-color css

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

 a { background-color: rgb(167,73,142); }

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

border-color css

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

 span { border-color: rgb(167,73,142); }

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