#AC088E

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

Shades of Medium Violet Red #AC088E

Tints of Medium Violet Red #AC088E

Color information

#AC088E (or 0xAC088E) is unknown color: approx Medium Violet Red. HEX triplet: AC, 08 and 8E. RGB value is (172,8,142). Sum of RGB (Red+Green+Blue) = 172+8+142=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC088E is #53F771. Grayscale: #474747. Windows color (decimal): -5502834 or 9308332. OLE color: 9308332.

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

Color convert

RGB1728142-
CMYK00.950.170.33
HSL310.98º91.11%35.29%-
HSV(B)310.98º95.35%67.45%-
XYZ21.9810.926.54-
YUV72.31167.33199.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.42%
GREEN value IS 8 (3.52% from 255) = 2.48%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=53.42%
G=2.48%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172814200.950.170.33310.9891.1135.29
HexAC88E05F11211375b23
Octal254102160137214146713343
Binary1010110010001000111001011111100011000011001101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC088E; }

 p { color: rgb(172,8,142); }

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

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

 a { background-color: rgb(172,8,142); }

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

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

 span { border-color: rgb(172,8,142); }

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