#AC2680

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

Shades of Medium Red Violet #AC2680

Tints of Medium Red Violet #AC2680

Color information

#AC2680 (or 0xAC2680) is unknown color: approx Medium Red Violet. HEX triplet: AC, 26 and 80. RGB value is (172,38,128). Sum of RGB (Red+Green+Blue) = 172+38+128=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2680 is #53D97F. Grayscale: #585858. Windows color (decimal): -5495168 or 8398508. OLE color: 8398508.

HSL color Cylindrical-coordinate representation of color #AC2680: hue angle of 319.7º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2680 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17238128-
CMYK00.780.260.33
HSL319.7º63.81%41.18%-
HSV(B)319.7º77.91%67.45%-
XYZ21.611.7221.54-
YUV88.33150.39187.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 38 (15.23% from 255) = 11.24%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=50.89%
G=11.24%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723812800.780.260.33319.763.8141.18
HexAC268004E1A211404029
Octal254462000116324150010051
Binary101011001001101000000001001110110101000011010000001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2680; }

 p { color: rgb(172,38,128); }

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

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

 a { background-color: rgb(172,38,128); }

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

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

 span { border-color: rgb(172,38,128); }

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