#A74084

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

Shades of Medium Red Violet #A74084

Tints of Medium Red Violet #A74084

Color information

#A74084 (or 0xA74084) is unknown color: approx Medium Red Violet. HEX triplet: A7, 40 and 84. RGB value is (167,64,132). Sum of RGB (Red+Green+Blue) = 167+64+132=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A74084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74084 is #58BF7B. Grayscale: #666666. Windows color (decimal): -5816188 or 8667303. OLE color: 8667303.

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

Color convert

RGB16764132-
CMYK00.620.210.35
HSL320.39º44.59%45.29%-
HSV(B)320.39º61.68%65.49%-
XYZ21.9313.5523.29-
YUV102.55144.62173.97-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 64 (25.39% from 255) = 17.63%
BLUE value IS 132 (51.95% from 255) = 36.36%
R=46.01%
G=17.63%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676413200.620.210.35320.3944.5945.29
HexA7408403E15231402d2d
Octal24710020407625435005555
Binary10100111100000010000100011111010101100011101000000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74084; }

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

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

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

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

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

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

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

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