#A73A8D

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

Shades of Medium Red Violet #A73A8D

Tints of Medium Red Violet #A73A8D

Color information

#A73A8D (or 0xA73A8D) is unknown color: approx Medium Red Violet. HEX triplet: A7, 3A and 8D. RGB value is (167,58,141). Sum of RGB (Red+Green+Blue) = 167+58+141=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73A8D is #58C572. Grayscale: #636363. Windows color (decimal): -5817715 or 9255591. OLE color: 9255591.

HSL color Cylindrical-coordinate representation of color #A73A8D: hue angle of 314.31º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A73A8D is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16758141-
CMYK00.650.160.35
HSL314.31º48.44%44.12%-
HSV(B)314.31º65.27%65.49%-
XYZ22.2613.1626.57-
YUV100.05151.11175.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 58 (23.05% from 255) = 15.85%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=45.63%
G=15.85%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675814100.650.160.35314.3148.4444.12
HexA73A8D041102313a302c
Octal24772215010120434726054
Binary10100111111010100011010100000110000100011100111010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73A8D; }

 p { color: rgb(167,58,141); }

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

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

 a { background-color: rgb(167,58,141); }

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

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

 span { border-color: rgb(167,58,141); }

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