#A73D8E

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

Shades of Medium Red Violet #A73D8E

Tints of Medium Red Violet #A73D8E

Color information

#A73D8E (or 0xA73D8E) is unknown color: approx Medium Red Violet. HEX triplet: A7, 3D and 8E. RGB value is (167,61,142). Sum of RGB (Red+Green+Blue) = 167+61+142=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A73D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73D8E is #58C271. Grayscale: #656565. Windows color (decimal): -5816946 or 9321895. OLE color: 9321895.

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

Color convert

RGB16761142-
CMYK00.630.150.35
HSL314.15º46.49%44.71%-
HSV(B)314.15º63.47%65.49%-
XYZ22.4913.5127.01-
YUV101.93150.62174.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 61 (24.22% from 255) = 16.49%
BLUE value IS 142 (55.86% from 255) = 38.38%
R=45.14%
G=16.49%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676114200.630.150.35314.1546.4944.71
HexA73D8E03FF2313a2e2d
Octal2477521607717434725655
Binary101001111111011000111001111111111100011100111010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73D8E; }

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

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

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

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

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

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

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

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