#A7498F

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

Shades of Medium Red Violet #A7498F

Tints of Medium Red Violet #A7498F

Color information

#A7498F (or 0xA7498F) is unknown color: approx Medium Red Violet. HEX triplet: A7, 49 and 8F. RGB value is (167,73,143). Sum of RGB (Red+Green+Blue) = 167+73+143=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 167 - color contains mainly: red. Hex color #A7498F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7498F is #58B670. Grayscale: #6C6C6C. Windows color (decimal): -5813873 or 9390503. OLE color: 9390503.

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

Color convert

RGB16773143-
CMYK00.560.140.35
HSL315.32º39.17%47.06%-
HSV(B)315.32º56.29%65.49%-
XYZ23.2814.9627.65-
YUV109.09147.14169.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.60%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 143 (56.25% from 255) = 37.34%
R=43.60%
G=19.06%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677314300.560.140.35315.3239.1747.06
HexA7498F038E2313b272f
Octal24711121707016434734757
Binary1010011110010011000111101110001110100011100111011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7498F; }

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

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

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

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

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

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

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

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