Html Css Color HEX #A7318E Medium Red Violet

📋 copy color: '#A7318E'

red 167 ◦ green 49 ◦ blue 142

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

Shades of Medium Red Violet #A7318E

Tints of Medium Red Violet #A7318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.66%

R = 46.65%
G = 13.69%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A7318E (or 0xA7318E) is known color: Medium Red Violet. HEX triplet: A7, 31 and 8E. RGB value is (167,49,142). Sum of RGB (Red+Green+Blue) = 167+49+142=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A7318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7318E is #58CE71. Grayscale: #5E5E5E. Windows color (decimal): -5820018 or 9318823. OLE color: 9318823.

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

Color convert

RGB 167 49 142 -
CMYK 0 0.71 0.15 0.35
HSL 312.71º 0.55% 0.42% -
HSV(B) 312.71º 0.71% 0.65% -
XYZ 21.92 12.37 26.82 -
YUV 94.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 167 49 142 0 0.71 0.15 0.35 312.71 0.55 0.42
Hex A7 31 8E 0 47 F 23 139 37 2A
Octal 247 61 216 0 107 17 43 471 67 52
Binary 10100111 110001 10001110 0 1000111 1111 100011 100111001 110111 101010

Color Harmonies of #A7318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7318E

Black with #A7318E

Text Example


Text Example

White with #A7318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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