#A72C96

Color #A72C96 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A72C96

Tints of Medium Red Violet #A72C96

Color information

#A72C96 (or 0xA72C96) is unknown color: approx Medium Red Violet. HEX triplet: A7, 2C and 96. RGB value is (167,44,150). Sum of RGB (Red+Green+Blue) = 167+44+150=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72C96 is #58D369. Grayscale: #5C5C5C. Windows color (decimal): -5821290 or 9841831. OLE color: 9841831.

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

Color convert

RGB16744150-
CMYK00.740.100.35
HSL308.29º58.29%41.37%-
HSV(B)308.29º73.65%65.49%-
XYZ22.3412.2230.04-
YUV92.86160.25180.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 44 (17.58% from 255) = 12.19%
BLUE value IS 150 (58.98% from 255) = 41.55%
R=46.26%
G=12.19%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674415000.740.100.35308.2958.2941.37
HexA72C9604AA231343a29
Octal24754226011212434647251
Binary1010011110110010010110010010101010100011100110100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72C96; }

 p { color: rgb(167,44,150); }

 H1.HeaderClassName
 {
   color: #A72C96;
 }
 .AnyTagClassName
 {
   color: #A72C96;
 }
</style>
background-color css

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

 a { background-color: rgb(167,44,150); }

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

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

 span { border-color: rgb(167,44,150); }

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