#AC1182

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

Shades of Medium Violet Red #AC1182

Tints of Medium Violet Red #AC1182

Color information

#AC1182 (or 0xAC1182) is unknown color: approx Medium Violet Red. HEX triplet: AC, 11 and 82. RGB value is (172,17,130). Sum of RGB (Red+Green+Blue) = 172+17+130=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1182 is #53EE7D. Grayscale: #4B4B4B. Windows color (decimal): -5500542 or 8524204. OLE color: 8524204.

HSL color Cylindrical-coordinate representation of color #AC1182: hue angle of 316.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1182 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB17217130-
CMYK00.900.240.33
HSL316.26º82.01%37.06%-
HSV(B)316.26º90.12%67.45%-
XYZ21.2410.7822.08-
YUV76.23158.35196.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 17 (7.03% from 255) = 5.33%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=53.92%
G=5.33%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721713000.900.240.33316.2682.0137.06
HexAC118205A182113c5225
Octal254212020132304147412245
Binary10101100100011000001001011010110001000011001111001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1182; }

 p { color: rgb(172,17,130); }

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

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

 a { background-color: rgb(172,17,130); }

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

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

 span { border-color: rgb(172,17,130); }

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