#AC1B8C

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

Shades of Medium Violet Red #AC1B8C

Tints of Medium Violet Red #AC1B8C

Color information

#AC1B8C (or 0xAC1B8C) is unknown color: approx Medium Violet Red. HEX triplet: AC, 1B and 8C. RGB value is (172,27,140). Sum of RGB (Red+Green+Blue) = 172+27+140=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1B8C is #53E473. Grayscale: #525252. Windows color (decimal): -5497972 or 9182124. OLE color: 9182124.

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

Color convert

RGB17227140-
CMYK00.840.190.33
HSL313.24º72.86%39.02%-
HSV(B)313.24º84.3%67.45%-
XYZ22.1411.4525.85-
YUV83.24160.04191.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 27 (10.94% from 255) = 7.96%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=50.74%
G=7.96%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722714000.840.190.33313.2472.8639.02
HexAC1B8C05413211394927
Octal254332140124234147111147
Binary10101100110111000110001010100100111000011001110011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B8C; }

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

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

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

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

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

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

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

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