#A8167D

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

Shades of Medium Violet Red #A8167D

Tints of Medium Violet Red #A8167D

Color information

#A8167D (or 0xA8167D) is unknown color: approx Medium Violet Red. HEX triplet: A8, 16 and 7D. RGB value is (168,22,125). Sum of RGB (Red+Green+Blue) = 168+22+125=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8167D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8167D is #57E982. Grayscale: #4D4D4D. Windows color (decimal): -5761411 or 8197800. OLE color: 8197800.

HSL color Cylindrical-coordinate representation of color #A8167D: hue angle of 317.67º 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 #A8167D is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16822125-
CMYK00.870.260.34
HSL317.67º76.84%37.25%-
HSV(B)317.67º86.9%65.88%-
XYZ20.1410.3820.34-
YUV77.4154.87192.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.33%
GREEN value IS 22 (8.98% from 255) = 6.98%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=53.33%
G=6.98%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682212500.870.260.34317.6776.8437.25
HexA8167D0571A2213e4d25
Octal250261750127324247611545
Binary1010100010110111110101010111110101000101001111101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8167D; }

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

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

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

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

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

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

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

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