Html Css Color HEX #A72F75 Medium Red Violet

📋 copy color: '#A72F75'

red 167 ◦ green 47 ◦ blue 117

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

Shades of Medium Red Violet #A72F75

Tints of Medium Red Violet #A72F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.2%

 BLUE value IS 117 (46.09% from 255) = 35.35%

R = 50.45%
G = 14.2%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A72F75 (or 0xA72F75) is known color: Medium Red Violet. HEX triplet: A7, 2F and 75. RGB value is (167,47,117). Sum of RGB (Red+Green+Blue) = 167+47+117=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72F75 is #58D08A. Grayscale: #5A5A5A. Windows color (decimal): -5820555 or 7679911. OLE color: 7679911.

HSL color Cylindrical-coordinate representation of color #A72F75: hue angle of 325º degrees, saturation: 0.56, 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 #A72F75 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 47 117 -
CMYK 0 0.72 0.30 0.35
HSL 325º 0.56% 0.42% -
HSV(B) 325º 0.72% 0.65% -
XYZ 20.16 11.53 17.99 -
YUV 90.86 142.76 182.31 -
System Red Green Blue C M Y K H S L
Decimal 167 47 117 0 0.72 0.30 0.35 325 0.56 0.42
Hex A7 2F 75 0 48 1E 23 145 38 2A
Octal 247 57 165 0 110 36 43 505 70 52
Binary 10100111 101111 1110101 0 1001000 11110 100011 101000101 111000 101010

Color Harmonies of #A72F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72F75

Black with #A72F75

Text Example


Text Example

White with #A72F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72F75; }

 p { color: rgb(167,47,117); }

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

background-color css

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

 a { background-color: rgb(167,47,117); }

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

border-color css

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

 span { border-color: rgb(167,47,117); }

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