#A73284

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

Shades of Medium Red Violet #A73284

Tints of Medium Red Violet #A73284

Color information

#A73284 (or 0xA73284) is unknown color: approx Medium Red Violet. HEX triplet: A7, 32 and 84. RGB value is (167,50,132). Sum of RGB (Red+Green+Blue) = 167+50+132=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A73284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73284 is #58CD7B. Grayscale: #5E5E5E. Windows color (decimal): -5819772 or 8663719. OLE color: 8663719.

HSL color Cylindrical-coordinate representation of color #A73284: hue angle of 317.95º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73284 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB16750132-
CMYK00.700.210.35
HSL317.95º53.92%42.55%-
HSV(B)317.95º70.06%65.49%-
XYZ21.2412.1623.06-
YUV94.33149.26179.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 50 (19.92% from 255) = 14.33%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=47.85%
G=14.33%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675013200.700.210.35317.9553.9242.55
HexA73284046152313e362b
Octal24762204010625434766653
Binary10100111110010100001000100011010101100011100111110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73284; }

 p { color: rgb(167,50,132); }

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

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

 a { background-color: rgb(167,50,132); }

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

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

 span { border-color: rgb(167,50,132); }

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