#AC1C94

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

Shades of Medium Violet Red #AC1C94

Tints of Medium Violet Red #AC1C94

Color information

#AC1C94 (or 0xAC1C94) is unknown color: approx Medium Violet Red. HEX triplet: AC, 1C and 94. RGB value is (172,28,148). Sum of RGB (Red+Green+Blue) = 172+28+148=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1C94 is #53E36B. Grayscale: #545454. Windows color (decimal): -5497708 or 9706668. OLE color: 9706668.

HSL color Cylindrical-coordinate representation of color #AC1C94: hue angle of 310º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1C94 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17228148-
CMYK00.840.140.33
HSL310º72%39.22%-
HSV(B)310º83.72%67.45%-
XYZ22.7711.7429.08-
YUV84.74163.71190.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 28 (11.33% from 255) = 8.05%
BLUE value IS 148 (58.20% from 255) = 42.53%
R=49.43%
G=8.05%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722814800.840.140.333107239.22
HexAC1C94054E211364827
Octal254342240124164146611047
Binary1010110011100100101000101010011101000011001101101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1C94; }

 p { color: rgb(172,28,148); }

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

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

 a { background-color: rgb(172,28,148); }

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

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

 span { border-color: rgb(172,28,148); }

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