#A5397D

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

Shades of Medium Red Violet #A5397D

Tints of Medium Red Violet #A5397D

Color information

#A5397D (or 0xA5397D) is unknown color: approx Medium Red Violet. HEX triplet: A5, 39 and 7D. RGB value is (165,57,125). Sum of RGB (Red+Green+Blue) = 165+57+125=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A5397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5397D is #5AC682. Grayscale: #606060. Windows color (decimal): -5949059 or 8206757. OLE color: 8206757.

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

Color convert

RGB16557125-
CMYK00.650.240.35
HSL322.22º48.65%43.53%-
HSV(B)322.22º65.45%64.71%-
XYZ20.6812.4120.71-
YUV97.04143.78176.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=47.55%
G=16.43%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655712500.650.240.35322.2248.6543.53
HexA5397D0411823142312c
Octal24571175010130435026154
Binary1010010111100111111010100000111000100011101000010110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5397D; }

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

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

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

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

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

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

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

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