#AC5BC6

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

Shades of Medium Orchid #AC5BC6

Tints of Medium Orchid #AC5BC6

Color information

#AC5BC6 (or 0xAC5BC6) is unknown color: approx Medium Orchid. HEX triplet: AC, 5B and C6. RGB value is (172,91,198). Sum of RGB (Red+Green+Blue) = 172+91+198=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC5BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5BC6 is #53A439. Grayscale: #7F7F7F. Windows color (decimal): -5481530 or 12999596. OLE color: 12999596.

HSL color Cylindrical-coordinate representation of color #AC5BC6: hue angle of 285.42º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AC5BC6 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17291198-
CMYK0.130.5400.22
HSL285.42º48.42%56.67%-
HSV(B)285.42º54.04%77.65%-
XYZ30.9520.3355.72-
YUV127.42167.84159.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 91 (35.94% from 255) = 19.74%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=37.31%
G=19.74%
B=42.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172911980.130.5400.22285.4248.4256.67
HexAC5BC6D3601611d3039
Octal25413330615660264356071
Binary101011001011011110001101101110110010110100011101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5BC6; }

 p { color: rgb(172,91,198); }

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

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

 a { background-color: rgb(172,91,198); }

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

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

 span { border-color: rgb(172,91,198); }

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