Html Css Color HEX #A0317A Medium Red Violet

📋 copy color: '#A0317A'

red 160 ◦ green 49 ◦ blue 122

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

Shades of Medium Red Violet #A0317A

Tints of Medium Red Violet #A0317A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.8%

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

R = 48.34%
G = 14.8%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0317A (or 0xA0317A) is known color: Medium Red Violet. HEX triplet: A0, 31 and 7A. RGB value is (160,49,122). Sum of RGB (Red+Green+Blue) = 160+49+122=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A0317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0317A is #5FCE85. Grayscale: #5A5A5A. Windows color (decimal): -6278790 or 8008096. OLE color: 8008096.

HSL color Cylindrical-coordinate representation of color #A0317A: hue angle of 320.54º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0317A is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 122 -
CMYK 0 0.69 0.24 0.37
HSL 320.54º 0.53% 0.41% -
HSV(B) 320.54º 0.69% 0.63% -
XYZ 19.11 11.08 19.54 -
YUV 90.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 160 49 122 0 0.69 0.24 0.37 320.54 0.53 0.41
Hex A0 31 7A 0 45 18 25 141 35 29
Octal 240 61 172 0 105 30 45 501 65 51
Binary 10100000 110001 1111010 0 1000101 11000 100101 101000001 110101 101001

Color Harmonies of #A0317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0317A

Black with #A0317A

Text Example


Text Example

White with #A0317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0317A; }

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

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

background-color css

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

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

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

border-color css

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

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

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