#A5398D

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

Shades of Medium Red Violet #A5398D

Tints of Medium Red Violet #A5398D

Color information

#A5398D (or 0xA5398D) is unknown color: approx Medium Red Violet. HEX triplet: A5, 39 and 8D. RGB value is (165,57,141). Sum of RGB (Red+Green+Blue) = 165+57+141=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A5398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5398D is #5AC672. Grayscale: #626262. Windows color (decimal): -5949043 or 9255333. OLE color: 9255333.

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

Color convert

RGB16557141-
CMYK00.650.150.35
HSL313.33º48.65%43.53%-
HSV(B)313.33º65.45%64.71%-
XYZ21.7912.8526.53-
YUV98.87151.78175.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 57 (22.66% from 255) = 15.70%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=45.45%
G=15.70%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655714100.650.150.35313.3348.6543.53
HexA5398D041F23139312c
Octal24571215010117434716154
Binary1010010111100110001101010000011111100011100111001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5398D; }

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

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

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

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

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

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

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

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