#AC0680

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

Shades of Medium Violet Red #AC0680

Tints of Medium Violet Red #AC0680

Color information

#AC0680 (or 0xAC0680) is unknown color: approx Medium Violet Red. HEX triplet: AC, 06 and 80. RGB value is (172,6,128). Sum of RGB (Red+Green+Blue) = 172+6+128=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0680 is #53F97F. Grayscale: #454545. Windows color (decimal): -5503360 or 8390316. OLE color: 8390316.

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

Color convert

RGB1726128-
CMYK00.970.260.33
HSL315.9º93.26%34.9%-
HSV(B)315.9º96.51%67.45%-
XYZ20.9710.4621.34-
YUV69.54161201.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 56.21%
GREEN value IS 6 (2.73% from 255) = 1.96%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=56.21%
G=1.96%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172612800.970.260.33315.993.2634.9
HexAC6800611A2113c5d23
Octal25462000141324147413543
Binary101011001101000000001100001110101000011001111001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0680; }

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

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

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

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

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

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

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

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