Html Css Color HEX #A72670 Medium Red Violet

📋 copy color: '#A72670'

red 167 ◦ green 38 ◦ blue 112

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

Shades of Medium Red Violet #A72670

Tints of Medium Red Violet #A72670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

 BLUE value IS 112 (44.14% from 255) = 35.33%

R = 52.68%
G = 11.99%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A72670 (or 0xA72670) is known color: Medium Red Violet. HEX triplet: A7, 26 and 70. RGB value is (167,38,112). Sum of RGB (Red+Green+Blue) = 167+38+112=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A72670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A72670 is #58D98F. Grayscale: #545454. Windows color (decimal): -5822864 or 7349927. OLE color: 7349927.

HSL color Cylindrical-coordinate representation of color #A72670: hue angle of 325.58º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72670 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 38 112 -
CMYK 0 0.77 0.33 0.35
HSL 325.58º 0.63% 0.4% -
HSV(B) 325.58º 0.77% 0.65% -
XYZ 19.55 10.77 16.38 -
YUV 85.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 167 38 112 0 0.77 0.33 0.35 325.58 0.63 0.4
Hex A7 26 70 0 4D 21 23 146 3F 28
Octal 247 46 160 0 115 41 43 506 77 50
Binary 10100111 100110 1110000 0 1001101 100001 100011 101000110 111111 101000

Color Harmonies of #A72670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72670

Black with #A72670

Text Example


Text Example

White with #A72670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72670; }

 p { color: rgb(167,38,112); }

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

background-color css

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

 a { background-color: rgb(167,38,112); }

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

border-color css

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

 span { border-color: rgb(167,38,112); }

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