#AC3980

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

Shades of Medium Red Violet #AC3980

Tints of Medium Red Violet #AC3980

Color information

#AC3980 (or 0xAC3980) is unknown color: approx Medium Red Violet. HEX triplet: AC, 39 and 80. RGB value is (172,57,128). Sum of RGB (Red+Green+Blue) = 172+57+128=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3980 is #53C67F. Grayscale: #636363. Windows color (decimal): -5490304 or 8403372. OLE color: 8403372.

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

Color convert

RGB17257128-
CMYK00.670.260.33
HSL322.96º50.22%44.9%-
HSV(B)322.96º66.86%67.45%-
XYZ22.3713.2621.8-
YUV99.48144.1179.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 57 (22.66% from 255) = 15.97%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=48.18%
G=15.97%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725712800.670.260.33322.9650.2244.9
HexAC39800431A21143322d
Octal25471200010332415036255
Binary10101100111001100000000100001111010100001101000011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3980; }

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

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

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

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

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

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

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

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