#A5498A

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

Shades of Medium Red Violet #A5498A

Tints of Medium Red Violet #A5498A

Color information

#A5498A (or 0xA5498A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 49 and 8A. RGB value is (165,73,138). Sum of RGB (Red+Green+Blue) = 165+73+138=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5498A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5498A is #5AB675. Grayscale: #6B6B6B. Windows color (decimal): -5944950 or 9062821. OLE color: 9062821.

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

Color convert

RGB16573138-
CMYK00.560.160.35
HSL317.61º38.66%46.67%-
HSV(B)317.61º55.76%64.71%-
XYZ22.4914.625.68-
YUV107.92144.98168.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 73 (28.91% from 255) = 19.41%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=43.88%
G=19.41%
B=36.70%

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
Decimal1657313800.560.160.35317.6138.6646.67
HexA5498A038102313e272f
Octal24511121207020434764757
Binary10100101100100110001010011100010000100011100111110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5498A; }

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

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

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

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

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

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

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

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