#A7407E

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

Shades of Medium Red Violet #A7407E

Tints of Medium Red Violet #A7407E

Color information

#A7407E (or 0xA7407E) is unknown color: approx Medium Red Violet. HEX triplet: A7, 40 and 7E. RGB value is (167,64,126). Sum of RGB (Red+Green+Blue) = 167+64+126=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A7407E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7407E is #58BF81. Grayscale: #656565. Windows color (decimal): -5816194 or 8274087. OLE color: 8274087.

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

Color convert

RGB16764126-
CMYK00.620.250.35
HSL323.88º44.59%45.29%-
HSV(B)323.88º61.68%65.49%-
XYZ21.5413.3921.19-
YUV101.86141.62174.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.78%
GREEN value IS 64 (25.39% from 255) = 17.93%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=46.78%
G=17.93%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676412600.620.250.35323.8844.5945.29
HexA7407E03E19231442d2d
Octal24710017607631435045555
Binary1010011110000001111110011111011001100011101000100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7407E; }

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

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

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

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

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

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

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

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