#A7408B

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

Shades of Medium Red Violet #A7408B

Tints of Medium Red Violet #A7408B

Color information

#A7408B (or 0xA7408B) is unknown color: approx Medium Red Violet. HEX triplet: A7, 40 and 8B. RGB value is (167,64,139). Sum of RGB (Red+Green+Blue) = 167+64+139=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A7408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7408B is #58BF74. Grayscale: #676767. Windows color (decimal): -5816181 or 9126055. OLE color: 9126055.

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

Color convert

RGB16764139-
CMYK00.620.170.35
HSL316.31º44.59%45.29%-
HSV(B)316.31º61.68%65.49%-
XYZ22.4313.7525.9-
YUV103.35148.12173.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.14%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=45.14%
G=17.30%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1676413900.620.170.35316.3144.5945.29
HexA7408B03E112313c2d2d
Octal24710021307621434745555
Binary10100111100000010001011011111010001100011100111100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7408B; }

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

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

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

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

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

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

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

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