Html Css Color HEX #A7318D Medium Red Violet

📋 copy color: '#A7318D'

red 167 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #A7318D

Tints of Medium Red Violet #A7318D

RGB

 RED value IS 167 (65.63% from 255) = 46.78%

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

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 46.78%
G = 13.73%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7318D (or 0xA7318D) is known color: Medium Red Violet. HEX triplet: A7, 31 and 8D. RGB value is (167,49,141). Sum of RGB (Red+Green+Blue) = 167+49+141=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A7318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7318D is #58CE72. Grayscale: #5E5E5E. Windows color (decimal): -5820019 or 9253287. OLE color: 9253287.

HSL color Cylindrical-coordinate representation of color #A7318D: hue angle of 313.22º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A7318D is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 49 141 -
CMYK 0 0.71 0.16 0.35
HSL 313.22º 0.55% 0.42% -
HSV(B) 313.22º 0.71% 0.65% -
XYZ 21.84 12.34 26.43 -
YUV 94.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 167 49 141 0 0.71 0.16 0.35 313.22 0.55 0.42
Hex A7 31 8D 0 47 10 23 139 37 2A
Octal 247 61 215 0 107 20 43 471 67 52
Binary 10100111 110001 10001101 0 1000111 10000 100011 100111001 110111 101010

Color Harmonies of #A7318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7318D

Black with #A7318D

Text Example


Text Example

White with #A7318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7318D; }

 p { color: rgb(167,49,141); }

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

background-color css

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

 a { background-color: rgb(167,49,141); }

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

border-color css

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

 span { border-color: rgb(167,49,141); }

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