#A74691

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

Shades of Medium Red Violet #A74691

Tints of Medium Red Violet #A74691

Color information

#A74691 (or 0xA74691) is unknown color: approx Medium Red Violet. HEX triplet: A7, 46 and 91. RGB value is (167,70,145). Sum of RGB (Red+Green+Blue) = 167+70+145=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A74691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74691 is #58B96E. Grayscale: #6B6B6B. Windows color (decimal): -5814639 or 9520807. OLE color: 9520807.

HSL color Cylindrical-coordinate representation of color #A74691: hue angle of 313.61º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74691 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16770145-
CMYK00.580.130.35
HSL313.61º40.93%46.47%-
HSV(B)313.61º58.08%65.49%-
XYZ23.2414.6428.39-
YUV107.55149.14170.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.72%
GREEN value IS 70 (27.73% from 255) = 18.32%
BLUE value IS 145 (57.03% from 255) = 37.96%
R=43.72%
G=18.32%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677014500.580.130.35313.6140.9346.47
HexA7469103AD2313a292e
Octal24710622107215434725156
Binary1010011110001101001000101110101101100011100111010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74691; }

 p { color: rgb(167,70,145); }

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

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

 a { background-color: rgb(167,70,145); }

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

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

 span { border-color: rgb(167,70,145); }

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