#A7498A

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

Shades of Medium Red Violet #A7498A

Tints of Medium Red Violet #A7498A

Color information

#A7498A (or 0xA7498A) is unknown color: approx Medium Red Violet. HEX triplet: A7, 49 and 8A. RGB value is (167,73,138). Sum of RGB (Red+Green+Blue) = 167+73+138=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7498A is #58B675. Grayscale: #6C6C6C. Windows color (decimal): -5813878 or 9062823. OLE color: 9062823.

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

Color convert

RGB16773138-
CMYK00.560.170.35
HSL318.51º39.17%47.06%-
HSV(B)318.51º56.29%65.49%-
XYZ22.9114.8225.7-
YUV108.52144.64169.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=44.18%
G=19.31%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677313800.560.170.35318.5139.1747.06
HexA7498A038112313f272f
Octal24711121207021434774757
Binary10100111100100110001010011100010001100011100111111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7498A; }

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

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

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

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

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

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

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

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