#A74A8A

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

Shades of Medium Red Violet #A74A8A

Tints of Medium Red Violet #A74A8A

Color information

#A74A8A (or 0xA74A8A) is unknown color: approx Medium Red Violet. HEX triplet: A7, 4A and 8A. RGB value is (167,74,138). Sum of RGB (Red+Green+Blue) = 167+74+138=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74A8A is #58B575. Grayscale: #6C6C6C. Windows color (decimal): -5813622 or 9063079. OLE color: 9063079.

HSL color Cylindrical-coordinate representation of color #A74A8A: hue angle of 318.71º 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 #A74A8A is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16774138-
CMYK00.560.170.35
HSL318.71º38.59%47.25%-
HSV(B)318.71º55.69%65.49%-
XYZ22.9714.9525.72-
YUV109.1144.31169.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 74 (29.30% from 255) = 19.53%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=44.06%
G=19.53%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677413800.560.170.35318.7138.5947.25
HexA74A8A038112313f272f
Octal24711221207021434774757
Binary10100111100101010001010011100010001100011100111111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74A8A; }

 p { color: rgb(167,74,138); }

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

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

 a { background-color: rgb(167,74,138); }

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

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

 span { border-color: rgb(167,74,138); }

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