#A74984

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

Shades of Medium Red Violet #A74984

Tints of Medium Red Violet #A74984

Color information

#A74984 (or 0xA74984) is unknown color: approx Medium Red Violet. HEX triplet: A7, 49 and 84. RGB value is (167,73,132). Sum of RGB (Red+Green+Blue) = 167+73+132=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 73 (28.91% from 255 or 19.62% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 167 - color contains mainly: red. Hex color #A74984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74984 is #58B67B. Grayscale: #6B6B6B. Windows color (decimal): -5813884 or 8669607. OLE color: 8669607.

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

Color convert

RGB16773132-
CMYK00.560.210.35
HSL322.34º39.17%47.06%-
HSV(B)322.34º56.29%65.49%-
XYZ22.4814.6523.47-
YUV107.83141.64170.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.89%
GREEN value IS 73 (28.91% from 255) = 19.62%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=44.89%
G=19.62%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677313200.560.210.35322.3439.1747.06
HexA749840381523142272f
Octal24711120407025435024757
Binary10100111100100110000100011100010101100011101000010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74984; }

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

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

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

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

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

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

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

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