#AC1B85

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

Shades of Medium Violet Red #AC1B85

Tints of Medium Violet Red #AC1B85

Color information

#AC1B85 (or 0xAC1B85) is unknown color: approx Medium Violet Red. HEX triplet: AC, 1B and 85. RGB value is (172,27,133). Sum of RGB (Red+Green+Blue) = 172+27+133=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1B85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1B85 is #53E47A. Grayscale: #525252. Windows color (decimal): -5497979 or 8723372. OLE color: 8723372.

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

Color convert

RGB17227133-
CMYK00.840.230.33
HSL316.14º72.86%39.02%-
HSV(B)316.14º84.3%67.45%-
XYZ21.6411.2523.22-
YUV82.44156.54191.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.81%
GREEN value IS 27 (10.94% from 255) = 8.13%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=51.81%
G=8.13%
B=40.06%

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
Decimal1722713300.840.230.33316.1472.8639.02
HexAC1B85054172113c4927
Octal254332050124274147411147
Binary10101100110111000010101010100101111000011001111001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1B85; }

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

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

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

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

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

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

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

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