Html Css Color HEX #A72E7D Medium Red Violet

📋 copy color: '#A72E7D'

red 167 ◦ green 46 ◦ blue 125

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

Shades of Medium Red Violet #A72E7D

Tints of Medium Red Violet #A72E7D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.61%

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

R = 49.41%
G = 13.61%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A72E7D (or 0xA72E7D) is known color: Medium Red Violet. HEX triplet: A7, 2E and 7D. RGB value is (167,46,125). Sum of RGB (Red+Green+Blue) = 167+46+125=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72E7D is #58D182. Grayscale: #5A5A5A. Windows color (decimal): -5820803 or 8203943. OLE color: 8203943.

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

Color convert

RGB 167 46 125 -
CMYK 0 0.72 0.25 0.35
HSL 320.83º 0.57% 0.42% -
HSV(B) 320.83º 0.72% 0.65% -
XYZ 20.62 11.65 20.56 -
YUV 91.19 147.09 182.08 -
System Red Green Blue C M Y K H S L
Decimal 167 46 125 0 0.72 0.25 0.35 320.83 0.57 0.42
Hex A7 2E 7D 0 48 19 23 141 39 2A
Octal 247 56 175 0 110 31 43 501 71 52
Binary 10100111 101110 1111101 0 1001000 11001 100011 101000001 111001 101010

Color Harmonies of #A72E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72E7D

Black with #A72E7D

Text Example


Text Example

White with #A72E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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