#A73C93

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

Shades of Medium Red Violet #A73C93

Tints of Medium Red Violet #A73C93

Color information

#A73C93 (or 0xA73C93) is unknown color: approx Medium Red Violet. HEX triplet: A7, 3C and 93. RGB value is (167,60,147). Sum of RGB (Red+Green+Blue) = 167+60+147=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A73C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73C93 is #58C36C. Grayscale: #656565. Windows color (decimal): -5817197 or 9649319. OLE color: 9649319.

HSL color Cylindrical-coordinate representation of color #A73C93: hue angle of 311.21º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A73C93 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB16760147-
CMYK00.640.120.35
HSL311.21º47.14%44.51%-
HSV(B)311.21º64.07%65.49%-
XYZ22.8213.5529.02-
YUV101.91153.45174.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 60 (23.83% from 255) = 16.04%
BLUE value IS 147 (57.81% from 255) = 39.30%
R=44.65%
G=16.04%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676014700.640.120.35311.2147.1444.51
HexA73C93040C231372f2d
Octal24774223010014434675755
Binary1010011111110010010011010000001100100011100110111101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73C93; }

 p { color: rgb(167,60,147); }

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

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

 a { background-color: rgb(167,60,147); }

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

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

 span { border-color: rgb(167,60,147); }

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