#A5498D

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

Shades of Medium Red Violet #A5498D

Tints of Medium Red Violet #A5498D

Color information

#A5498D (or 0xA5498D) is unknown color: approx Medium Red Violet. HEX triplet: A5, 49 and 8D. RGB value is (165,73,141). Sum of RGB (Red+Green+Blue) = 165+73+141=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5498D is #5AB672. Grayscale: #6C6C6C. Windows color (decimal): -5944947 or 9259429. OLE color: 9259429.

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

Color convert

RGB16573141-
CMYK00.560.150.35
HSL315.65º38.66%46.67%-
HSV(B)315.65º55.76%64.71%-
XYZ22.7114.6926.84-
YUV108.26146.48168.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 73 (28.91% from 255) = 19.26%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=43.54%
G=19.26%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657314100.560.150.35315.6538.6646.67
HexA5498D038F2313c272f
Octal24511121507017434744757
Binary1010010110010011000110101110001111100011100111100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5498D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5498D; }

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

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

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

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

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

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

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

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