#AC0790

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

Shades of Medium Violet Red #AC0790

Tints of Medium Violet Red #AC0790

Color information

#AC0790 (or 0xAC0790) is unknown color: approx Medium Violet Red. HEX triplet: AC, 07 and 90. RGB value is (172,7,144). Sum of RGB (Red+Green+Blue) = 172+7+144=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0790 is #53F86F. Grayscale: #474747. Windows color (decimal): -5503088 or 9439148. OLE color: 9439148.

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

Color convert

RGB1727144-
CMYK00.960.160.33
HSL310.18º92.18%35.1%-
HSV(B)310.18º95.93%67.45%-
XYZ22.1210.9427.33-
YUV71.95168.66199.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.25%
GREEN value IS 7 (3.12% from 255) = 2.17%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=53.25%
G=2.17%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172714400.960.160.33310.1892.1835.1
HexAC79006010211365c23
Octal25472200140204146613443
Binary101011001111001000001100000100001000011001101101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0790; }

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

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

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

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

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

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

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

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