#A8167E

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

Shades of Medium Violet Red #A8167E

Tints of Medium Violet Red #A8167E

Color information

#A8167E (or 0xA8167E) is unknown color: approx Medium Violet Red. HEX triplet: A8, 16 and 7E. RGB value is (168,22,126). Sum of RGB (Red+Green+Blue) = 168+22+126=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A8167E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8167E is #57E981. Grayscale: #4D4D4D. Windows color (decimal): -5761410 or 8263336. OLE color: 8263336.

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

Color convert

RGB16822126-
CMYK00.870.250.34
HSL317.26º76.84%37.25%-
HSV(B)317.26º86.9%65.88%-
XYZ20.210.4120.68-
YUV77.51155.37192.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.16%
GREEN value IS 22 (8.98% from 255) = 6.96%
BLUE value IS 126 (49.61% from 255) = 39.87%
R=53.16%
G=6.96%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682212600.870.250.34317.2676.8437.25
HexA8167E057192213d4d25
Octal250261760127314247511545
Binary1010100010110111111001010111110011000101001111011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8167E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8167E; }

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

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

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

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

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

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

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

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