#A7498D

Color #A7498D Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A7498D

Tints of Medium Red Violet #A7498D

Color information

#A7498D (or 0xA7498D) is unknown color: approx Medium Red Violet. HEX triplet: A7, 49 and 8D. RGB value is (167,73,141). Sum of RGB (Red+Green+Blue) = 167+73+141=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A7498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7498D is #58B672. Grayscale: #6C6C6C. Windows color (decimal): -5813875 or 9259431. OLE color: 9259431.

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

Color convert

RGB16773141-
CMYK00.560.160.35
HSL316.6º39.17%47.06%-
HSV(B)316.6º56.29%65.49%-
XYZ23.1314.926.86-
YUV108.86146.14169.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.83%
GREEN value IS 73 (28.91% from 255) = 19.16%
BLUE value IS 141 (55.47% from 255) = 37.01%
R=43.83%
G=19.16%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677314100.560.160.35316.639.1747.06
HexA7498D038102313d272f
Octal24711121507020434754757
Binary10100111100100110001101011100010000100011100111101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7498D; }

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

 H1.HeaderClassName
 {
   color: #A7498D;
 }
 .AnyTagClassName
 {
   color: #A7498D;
 }
</style>
background-color css

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

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

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

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

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

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