#A8177E

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

Shades of Medium Violet Red #A8177E

Tints of Medium Violet Red #A8177E

Color information

#A8177E (or 0xA8177E) is unknown color: approx Medium Violet Red. HEX triplet: A8, 17 and 7E. RGB value is (168,23,126). Sum of RGB (Red+Green+Blue) = 168+23+126=317 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.00% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 168 - color contains mainly: red. Hex color #A8177E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8177E is #57E881. Grayscale: #4D4D4D. Windows color (decimal): -5761154 or 8263592. OLE color: 8263592.

HSL color Cylindrical-coordinate representation of color #A8177E: hue angle of 317.38º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8177E is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16823126-
CMYK00.860.250.34
HSL317.38º75.92%37.45%-
HSV(B)317.38º86.31%65.88%-
XYZ20.2210.4420.69-
YUV78.1155.04192.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.00%
GREEN value IS 23 (9.38% from 255) = 7.26%
BLUE value IS 126 (49.61% from 255) = 39.75%
R=53.00%
G=7.26%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682312600.860.250.34317.3875.9237.45
HexA8177E056192213d4c25
Octal250271760126314247511445
Binary1010100010111111111001010110110011000101001111011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8177E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8177E; }

 p { color: rgb(168,23,126); }

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

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

 a { background-color: rgb(168,23,126); }

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

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

 span { border-color: rgb(168,23,126); }

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