Html Css Color HEX #A7147D Medium Violet Red

📋 copy color: '#A7147D'

red 167 ◦ green 20 ◦ blue 125

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

Shades of Medium Violet Red #A7147D

Tints of Medium Violet Red #A7147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

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

R = 53.53%
G = 6.41%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A7147D (or 0xA7147D) is known color: Medium Violet Red. HEX triplet: A7, 14 and 7D. RGB value is (167,20,125). Sum of RGB (Red+Green+Blue) = 167+20+125=312 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.53% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 167 - color contains mainly: red. Hex color #A7147D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7147D is #58EB82. Grayscale: #4B4B4B. Windows color (decimal): -5827459 or 8197287. OLE color: 8197287.

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

Color convert

RGB 167 20 125 -
CMYK 0 0.88 0.25 0.35
HSL 317.14º 0.79% 0.37% -
HSV(B) 317.14º 0.88% 0.65% -
XYZ 19.89 10.2 20.32 -
YUV 75.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 167 20 125 0 0.88 0.25 0.35 317.14 0.79 0.37
Hex A7 14 7D 0 58 19 23 13D 4F 25
Octal 247 24 175 0 130 31 43 475 117 45
Binary 10100111 10100 1111101 0 1011000 11001 100011 100111101 1001111 100101

Color Harmonies of #A7147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7147D

Black with #A7147D

Text Example


Text Example

White with #A7147D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7147D; }

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

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

background-color css

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

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

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

border-color css

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

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

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