#A7188A

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

Shades of Medium Violet Red #A7188A

Tints of Medium Violet Red #A7188A

Color information

#A7188A (or 0xA7188A) is unknown color: approx Medium Violet Red. HEX triplet: A7, 18 and 8A. RGB value is (167,24,138). Sum of RGB (Red+Green+Blue) = 167+24+138=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A7188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A7188A is #58E775. Grayscale: #4F4F4F. Windows color (decimal): -5826422 or 9050279. OLE color: 9050279.

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

Color convert

RGB16724138-
CMYK00.860.170.35
HSL312.17º74.87%37.45%-
HSV(B)312.17º85.63%65.49%-
XYZ20.8510.725.01-
YUV79.75160.88190.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.76%
GREEN value IS 24 (9.77% from 255) = 7.29%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=50.76%
G=7.29%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1672413800.860.170.35312.1774.8737.45
HexA7188A05611231384b25
Octal247302120126214347011345
Binary10100111110001000101001010110100011000111001110001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7188A; }

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

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

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

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

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

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

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

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