#A0397D

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

Shades of Medium Red Violet #A0397D

Tints of Medium Red Violet #A0397D

Color information

#A0397D (or 0xA0397D) is unknown color: approx Medium Red Violet. HEX triplet: A0, 39 and 7D. RGB value is (160,57,125). Sum of RGB (Red+Green+Blue) = 160+57+125=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A0397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0397D is #5FC682. Grayscale: #5F5F5F. Windows color (decimal): -6276739 or 8206752. OLE color: 8206752.

HSL color Cylindrical-coordinate representation of color #A0397D: hue angle of 320.39º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0397D is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB16057125-
CMYK00.640.220.37
HSL320.39º47.47%42.55%-
HSV(B)320.39º64.38%62.75%-
XYZ19.6611.8820.66-
YUV95.55144.62173.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 57 (22.66% from 255) = 16.67%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=46.78%
G=16.67%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605712500.640.220.37320.3947.4742.55
HexA0397D04016251402f2b
Octal24071175010026455005753
Binary1010000011100111111010100000010110100101101000000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0397D; }

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

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

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

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

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

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

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

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