#AC1A94

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

Shades of Medium Violet Red #AC1A94

Tints of Medium Violet Red #AC1A94

Color information

#AC1A94 (or 0xAC1A94) is unknown color: approx Medium Violet Red. HEX triplet: AC, 1A and 94. RGB value is (172,26,148). Sum of RGB (Red+Green+Blue) = 172+26+148=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A94 is #53E56B. Grayscale: #535353. Windows color (decimal): -5498220 or 9706156. OLE color: 9706156.

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

Color convert

RGB17226148-
CMYK00.850.140.33
HSL309.86º73.74%38.82%-
HSV(B)309.86º84.88%67.45%-
XYZ22.7311.6529.07-
YUV83.56164.37191.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.71%
GREEN value IS 26 (10.55% from 255) = 7.51%
BLUE value IS 148 (58.20% from 255) = 42.77%
R=49.71%
G=7.51%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722614800.850.140.33309.8673.7438.82
HexAC1A94055E211364a27
Octal254322240125164146611247
Binary1010110011010100101000101010111101000011001101101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A94; }

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

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

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

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

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

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

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

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