#A5488D

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

Shades of Medium Red Violet #A5488D

Tints of Medium Red Violet #A5488D

Color information

#A5488D (or 0xA5488D) is unknown color: approx Medium Red Violet. HEX triplet: A5, 48 and 8D. RGB value is (165,72,141). Sum of RGB (Red+Green+Blue) = 165+72+141=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5488D is #5AB772. Grayscale: #6B6B6B. Windows color (decimal): -5945203 or 9259173. OLE color: 9259173.

HSL color Cylindrical-coordinate representation of color #A5488D: hue angle of 315.48º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5488D is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB16572141-
CMYK00.560.150.35
HSL315.48º39.24%46.47%-
HSV(B)315.48º56.36%64.71%-
XYZ22.6414.5626.82-
YUV107.67146.81168.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=43.65%
G=19.05%
B=37.30%

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
Decimal1657214100.560.150.35315.4839.2446.47
HexA5488D038F2313b272e
Octal24511021507017434734756
Binary1010010110010001000110101110001111100011100111011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5488D; }

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

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

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

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

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

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

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

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