#AC0389

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

Shades of Medium Violet Red #AC0389

Tints of Medium Violet Red #AC0389

Color information

#AC0389 (or 0xAC0389) is unknown color: approx Medium Violet Red. HEX triplet: AC, 03 and 89. RGB value is (172,3,137). Sum of RGB (Red+Green+Blue) = 172+3+137=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0389 is #53FC76. Grayscale: #444444. Windows color (decimal): -5504119 or 8979372. OLE color: 8979372.

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

Color convert

RGB1723137-
CMYK00.980.200.33
HSL312.43º96.57%34.31%-
HSV(B)312.43º98.26%67.45%-
XYZ21.5610.6424.58-
YUV68.81166.49201.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.13%
GREEN value IS 3 (1.56% from 255) = 0.96%
BLUE value IS 137 (53.91% from 255) = 43.91%
R=55.13%
G=0.96%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172313700.980.200.33312.4396.5734.31
HexAC38906214211386122
Octal25432110142244147014142
Binary10101100111000100101100010101001000011001110001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0389; }

 p { color: rgb(172,3,137); }

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

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

 a { background-color: rgb(172,3,137); }

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

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

 span { border-color: rgb(172,3,137); }

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