#A8168C

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

Shades of Medium Violet Red #A8168C

Tints of Medium Violet Red #A8168C

Color information

#A8168C (or 0xA8168C) is unknown color: approx Medium Violet Red. HEX triplet: A8, 16 and 8C. RGB value is (168,22,140). Sum of RGB (Red+Green+Blue) = 168+22+140=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A8168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A8168C is #57E973. Grayscale: #4E4E4E. Windows color (decimal): -5761396 or 9180840. OLE color: 9180840.

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

Color convert

RGB16822140-
CMYK00.870.170.34
HSL311.51º76.84%37.25%-
HSV(B)311.51º86.9%65.88%-
XYZ21.1710.7925.78-
YUV79.11162.37191.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.91%
GREEN value IS 22 (8.98% from 255) = 6.67%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=50.91%
G=6.67%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682214000.870.170.34311.5176.8437.25
HexA8168C05711221384d25
Octal250262140127214247011545
Binary10101000101101000110001010111100011000101001110001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8168C; }

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

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

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

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

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

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

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

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