#AC0089

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

Shades of Medium Violet Red #AC0089

Tints of Medium Violet Red #AC0089

Color information

#AC0089 (or 0xAC0089) is unknown color: approx Medium Violet Red. HEX triplet: AC, 00 and 89. RGB value is (172,0,137). Sum of RGB (Red+Green+Blue) = 172+0+137=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0089 is #53FF76. Grayscale: #424242. Windows color (decimal): -5504887 or 8978604. OLE color: 8978604.

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

Color convert

RGB1720137-
CMYK010.200.33
HSL312.21º100%33.73%-
HSV(B)312.21º100%67.45%-
XYZ21.5310.5824.57-
YUV67.05167.48202.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 137 (53.91% from 255) = 44.34%
R=55.66%
G=0%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1720137010.200.33312.2110033.73
HexAC08906414211386422
Octal25402110144244147014442
Binary1010110001000100101100100101001000011001110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0089; }

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

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

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

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

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

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

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

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