Html Css Color HEX #A7197D Medium Violet Red

📋 copy color: '#A7197D'

red 167 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #A7197D

Tints of Medium Violet Red #A7197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.89%

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

R = 52.68%
G = 7.89%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7197D (or 0xA7197D) is known color: Medium Violet Red. HEX triplet: A7, 19 and 7D. RGB value is (167,25,125). Sum of RGB (Red+Green+Blue) = 167+25+125=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A7197D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7197D is #58E682. Grayscale: #4E4E4E. Windows color (decimal): -5826179 or 8198567. OLE color: 8198567.

HSL color Cylindrical-coordinate representation of color #A7197D: hue angle of 317.75º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A7197D is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 25 125 -
CMYK 0 0.85 0.25 0.35
HSL 317.75º 0.74% 0.38% -
HSV(B) 317.75º 0.85% 0.65% -
XYZ 19.99 10.39 20.35 -
YUV 78.86 154.04 190.87 -
System Red Green Blue C M Y K H S L
Decimal 167 25 125 0 0.85 0.25 0.35 317.75 0.74 0.38
Hex A7 19 7D 0 55 19 23 13E 4A 26
Octal 247 31 175 0 125 31 43 476 112 46
Binary 10100111 11001 1111101 0 1010101 11001 100011 100111110 1001010 100110

Color Harmonies of #A7197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7197D

Black with #A7197D

Text Example


Text Example

White with #A7197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7197D; }

 p { color: rgb(167,25,125); }

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

background-color css

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

 a { background-color: rgb(167,25,125); }

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

border-color css

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

 span { border-color: rgb(167,25,125); }

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