#A72D8E

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

Shades of Medium Red Violet #A72D8E

Tints of Medium Red Violet #A72D8E

Color information

#A72D8E (or 0xA72D8E) is unknown color: approx Medium Red Violet. HEX triplet: A7, 2D and 8E. RGB value is (167,45,142). Sum of RGB (Red+Green+Blue) = 167+45+142=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72D8E is #58D271. Grayscale: #5C5C5C. Windows color (decimal): -5821042 or 9317799. OLE color: 9317799.

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

Color convert

RGB16745142-
CMYK00.730.150.35
HSL312.3º57.55%41.57%-
HSV(B)312.3º73.05%65.49%-
XYZ21.7612.0526.77-
YUV92.54155.92181.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.18%
GREEN value IS 45 (17.97% from 255) = 12.71%
BLUE value IS 142 (55.86% from 255) = 40.11%
R=47.18%
G=12.71%
B=40.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674514200.730.150.35312.357.5541.57
HexA72D8E049F231383a2a
Octal24755216011117434707252
Binary1010011110110110001110010010011111100011100111000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72D8E; }

 p { color: rgb(167,45,142); }

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

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

 a { background-color: rgb(167,45,142); }

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

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

 span { border-color: rgb(167,45,142); }

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