#a7408f

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

Shades of Medium Red Violet #A7408F

Tints of Medium Red Violet #A7408F

Color information

#A7408F (or 0xA7408F) is unknown color: approx Medium Red Violet. HEX triplet: A7, 40 and 8F. RGB value is (167,64,143). Sum of RGB (Red+Green+Blue) = 167+64+143=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A7408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7408F is #58BF70. Grayscale: #676767. Windows color (decimal): -5816177 or 9388199. OLE color: 9388199.

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

Color convert

RGB16764143-
CMYK00.620.140.35
HSL313.98º44.59%45.29%-
HSV(B)313.98º61.68%65.49%-
XYZ22.7313.8727.47-
YUV103.8150.12173.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 64 (25.39% from 255) = 17.11%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=44.65%
G=17.11%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676414300.620.140.35313.9844.5945.29
HexA7408F03EE2313a2d2d
Octal24710021707616434725555
Binary1010011110000001000111101111101110100011100111010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a7408f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a7408f; }

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

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

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

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

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

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

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

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