Html Css Color HEX #A0317D Medium Red Violet

📋 copy color: '#A0317D'

red 160 ◦ green 49 ◦ blue 125

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

Shades of Medium Red Violet #A0317D

Tints of Medium Red Violet #A0317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.43%

R = 47.9%
G = 14.67%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0317D (or 0xA0317D) is known color: Medium Red Violet. HEX triplet: A0, 31 and 7D. RGB value is (160,49,125). Sum of RGB (Red+Green+Blue) = 160+49+125=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A0317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0317D is #5FCE82. Grayscale: #5A5A5A. Windows color (decimal): -6278787 or 8204704. OLE color: 8204704.

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

Color convert

RGB 160 49 125 -
CMYK 0 0.69 0.22 0.37
HSL 318.92º 0.53% 0.41% -
HSV(B) 318.92º 0.69% 0.63% -
XYZ 19.3 11.15 20.54 -
YUV 90.85 147.27 177.32 -
System Red Green Blue C M Y K H S L
Decimal 160 49 125 0 0.69 0.22 0.37 318.92 0.53 0.41
Hex A0 31 7D 0 45 16 25 13F 35 29
Octal 240 61 175 0 105 26 45 477 65 51
Binary 10100000 110001 1111101 0 1000101 10110 100101 100111111 110101 101001

Color Harmonies of #A0317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0317D

Black with #A0317D

Text Example


Text Example

White with #A0317D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0317D; }

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

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

background-color css

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

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

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

border-color css

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

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

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