Html Css Color HEX #A0397A Medium Red Violet

📋 copy color: '#A0397A'

red 160 ◦ green 57 ◦ blue 122

#A0397A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A0397A

Tints of Medium Red Violet #A0397A

RGB

 RED value IS 160 (62.89% from 255) = 47.2%

 GREEN value IS 57 (22.66% from 255) = 16.81%

 BLUE value IS 122 (48.05% from 255) = 35.99%

R = 47.2%
G = 16.81%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0397A (or 0xA0397A) is known color: Medium Red Violet. HEX triplet: A0, 39 and 7A. RGB value is (160,57,122). Sum of RGB (Red+Green+Blue) = 160+57+122=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0397A is #5FC685. Grayscale: #5F5F5F. Windows color (decimal): -6276742 or 8010144. OLE color: 8010144.

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

Color convert

RGB 160 57 122 -
CMYK 0 0.64 0.24 0.37
HSL 322.14º 0.47% 0.43% -
HSV(B) 322.14º 0.64% 0.63% -
XYZ 19.47 11.8 19.66 -
YUV 95.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 160 57 122 0 0.64 0.24 0.37 322.14 0.47 0.43
Hex A0 39 7A 0 40 18 25 142 2F 2B
Octal 240 71 172 0 100 30 45 502 57 53
Binary 10100000 111001 1111010 0 1000000 11000 100101 101000010 101111 101011

Color Harmonies of #A0397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0397A

Black with #A0397A

Text Example


Text Example

White with #A0397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0397A; }

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

 H1.HeaderClassName
 {
   color: #A0397A;
 }
 .AnyTagClassName
 {
   color: #A0397A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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