#AC1B93

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

Shades of Medium Violet Red #AC1B93

Tints of Medium Violet Red #AC1B93

Color information

#AC1B93 (or 0xAC1B93) is unknown color: approx Medium Violet Red. HEX triplet: AC, 1B and 93. RGB value is (172,27,147). Sum of RGB (Red+Green+Blue) = 172+27+147=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1B93 is #53E46C. Grayscale: #535353. Windows color (decimal): -5497965 or 9640876. OLE color: 9640876.

HSL color Cylindrical-coordinate representation of color #AC1B93: hue angle of 310.34º degrees, saturation: 0.73, 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 #AC1B93 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17227147-
CMYK00.840.150.33
HSL310.34º72.86%39.02%-
HSV(B)310.34º84.3%67.45%-
XYZ22.6711.6628.66-
YUV84.04163.54190.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.71%
GREEN value IS 27 (10.94% from 255) = 7.80%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=49.71%
G=7.80%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722714700.840.150.33310.3472.8639.02
HexAC1B93054F211364927
Octal254332230124174146611147
Binary1010110011011100100110101010011111000011001101101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B93; }

 p { color: rgb(172,27,147); }

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

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

 a { background-color: rgb(172,27,147); }

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

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

 span { border-color: rgb(172,27,147); }

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