#AC1B84

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

Shades of Medium Violet Red #AC1B84

Tints of Medium Violet Red #AC1B84

Color information

#AC1B84 (or 0xAC1B84) is unknown color: approx Medium Violet Red. HEX triplet: AC, 1B and 84. RGB value is (172,27,132). Sum of RGB (Red+Green+Blue) = 172+27+132=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 27 (10.94% from 255 or 8.16% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1B84 is #53E47B. Grayscale: #525252. Windows color (decimal): -5497980 or 8657836. OLE color: 8657836.

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

Color convert

RGB17227132-
CMYK00.840.230.33
HSL316.55º72.86%39.02%-
HSV(B)316.55º84.3%67.45%-
XYZ21.5711.2222.86-
YUV82.32156.04191.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 27 (10.94% from 255) = 8.16%
BLUE value IS 132 (51.95% from 255) = 39.88%
R=51.96%
G=8.16%
B=39.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722713200.840.230.33316.5572.8639.02
HexAC1B84054172113d4927
Octal254332040124274147511147
Binary10101100110111000010001010100101111000011001111011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B84; }

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

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

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

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

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

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

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

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