#A5488A

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

Shades of Medium Red Violet #A5488A

Tints of Medium Red Violet #A5488A

Color information

#A5488A (or 0xA5488A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 48 and 8A. RGB value is (165,72,138). Sum of RGB (Red+Green+Blue) = 165+72+138=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5488A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5488A is #5AB775. Grayscale: #6B6B6B. Windows color (decimal): -5945206 or 9062565. OLE color: 9062565.

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

Color convert

RGB16572138-
CMYK00.560.160.35
HSL317.42º39.24%46.47%-
HSV(B)317.42º56.36%64.71%-
XYZ22.4214.4725.66-
YUV107.33145.31169.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=44%
G=19.2%
B=36.8%

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
Decimal1657213800.560.160.35317.4239.2446.47
HexA5488A038102313d272e
Octal24511021207020434754756
Binary10100101100100010001010011100010000100011100111101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5488A; }

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

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

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

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

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

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

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

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