#AC078A

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

Shades of Medium Violet Red #AC078A

Tints of Medium Violet Red #AC078A

Color information

#AC078A (or 0xAC078A) is unknown color: approx Medium Violet Red. HEX triplet: AC, 07 and 8A. RGB value is (172,7,138). Sum of RGB (Red+Green+Blue) = 172+7+138=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC078A is #53F875. Grayscale: #464646. Windows color (decimal): -5503094 or 9045932. OLE color: 9045932.

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

Color convert

RGB1727138-
CMYK00.960.200.33
HSL312.36º92.18%35.1%-
HSV(B)312.36º95.93%67.45%-
XYZ21.6810.7624.98-
YUV71.27165.66199.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.26%
GREEN value IS 7 (3.12% from 255) = 2.21%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=54.26%
G=2.21%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172713800.960.200.33312.3692.1835.1
HexAC78A06014211385c23
Octal25472120140244147013443
Binary101011001111000101001100000101001000011001110001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC078A; }

 p { color: rgb(172,7,138); }

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

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

 a { background-color: rgb(172,7,138); }

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

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

 span { border-color: rgb(172,7,138); }

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