#A7168A

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

Shades of Medium Violet Red #A7168A

Tints of Medium Violet Red #A7168A

Color information

#A7168A (or 0xA7168A) is unknown color: approx Medium Violet Red. HEX triplet: A7, 16 and 8A. RGB value is (167,22,138). Sum of RGB (Red+Green+Blue) = 167+22+138=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 22 (8.98% from 255 or 6.73% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A7168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7168A is #58E975. Grayscale: #4E4E4E. Windows color (decimal): -5826934 or 9049767. OLE color: 9049767.

HSL color Cylindrical-coordinate representation of color #A7168A: hue angle of 312º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A7168A is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB16722138-
CMYK00.870.170.35
HSL312º76.72%37.06%-
HSV(B)312º86.83%65.49%-
XYZ20.8110.6225-
YUV78.58161.54191.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.07%
GREEN value IS 22 (8.98% from 255) = 6.73%
BLUE value IS 138 (54.30% from 255) = 42.20%
R=51.07%
G=6.73%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672213800.870.170.3531276.7237.06
HexA7168A05711231384d25
Octal247262120127214347011545
Binary10100111101101000101001010111100011000111001110001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7168A; }

 p { color: rgb(167,22,138); }

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

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

 a { background-color: rgb(167,22,138); }

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

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

 span { border-color: rgb(167,22,138); }

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