Html Css Color HEX #A7318B Medium Red Violet

📋 copy color: '#A7318B'

red 167 ◦ green 49 ◦ blue 139

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

Shades of Medium Red Violet #A7318B

Tints of Medium Red Violet #A7318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 47.04%
G = 13.8%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A7318B (or 0xA7318B) is known color: Medium Red Violet. HEX triplet: A7, 31 and 8B. RGB value is (167,49,139). Sum of RGB (Red+Green+Blue) = 167+49+139=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A7318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7318B is #58CE74. Grayscale: #5E5E5E. Windows color (decimal): -5820021 or 9122215. OLE color: 9122215.

HSL color Cylindrical-coordinate representation of color #A7318B: hue angle of 314.24º 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 #A7318B is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 49 139 -
CMYK 0 0.71 0.17 0.35
HSL 314.24º 0.55% 0.42% -
HSV(B) 314.24º 0.71% 0.65% -
XYZ 21.69 12.28 25.65 -
YUV 94.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 167 49 139 0 0.71 0.17 0.35 314.24 0.55 0.42
Hex A7 31 8B 0 47 11 23 13A 37 2A
Octal 247 61 213 0 107 21 43 472 67 52
Binary 10100111 110001 10001011 0 1000111 10001 100011 100111010 110111 101010

Color Harmonies of #A7318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7318B

Black with #A7318B

Text Example


Text Example

White with #A7318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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