#AC1B7B

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

Shades of Medium Violet Red #AC1B7B

Tints of Medium Violet Red #AC1B7B

Color information

#AC1B7B (or 0xAC1B7B) is unknown color: approx Medium Violet Red. HEX triplet: AC, 1B and 7B. RGB value is (172,27,123). Sum of RGB (Red+Green+Blue) = 172+27+123=322 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.42% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1B7B is #53E484. Grayscale: #515151. Windows color (decimal): -5497989 or 8068012. OLE color: 8068012.

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

Color convert

RGB17227123-
CMYK00.840.280.33
HSL320.28º72.86%39.02%-
HSV(B)320.28º84.3%67.45%-
XYZ20.9810.9819.75-
YUV81.3151.54192.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.42%
GREEN value IS 27 (10.94% from 255) = 8.39%
BLUE value IS 123 (48.44% from 255) = 38.20%
R=53.42%
G=8.39%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722712300.840.280.33320.2872.8639.02
HexAC1B7B0541C211404927
Octal254331730124344150011147
Binary1010110011011111101101010100111001000011010000001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B7B; }

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

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

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

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

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

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

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

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