#AC0788

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

Shades of Medium Violet Red #AC0788

Tints of Medium Violet Red #AC0788

Color information

#AC0788 (or 0xAC0788) is unknown color: approx Medium Violet Red. HEX triplet: AC, 07 and 88. RGB value is (172,7,136). Sum of RGB (Red+Green+Blue) = 172+7+136=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 136 (53.52% from 255 or 43.17% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0788 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0788 is #53F877. Grayscale: #464646. Windows color (decimal): -5503096 or 8914860. OLE color: 8914860.

HSL color Cylindrical-coordinate representation of color #AC0788: hue angle of 313.09º 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 #AC0788 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB1727136-
CMYK00.960.210.33
HSL313.09º92.18%35.1%-
HSV(B)313.09º95.93%67.45%-
XYZ21.5310.724.22-
YUV71.04164.66200.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.60%
GREEN value IS 7 (3.12% from 255) = 2.22%
BLUE value IS 136 (53.52% from 255) = 43.17%
R=54.60%
G=2.22%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172713600.960.210.33313.0992.1835.1
HexAC78806015211395c23
Octal25472100140254147113443
Binary101011001111000100001100000101011000011001110011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0788; }

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

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

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

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

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

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

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

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