#AC5CC6

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

Shades of Medium Orchid #AC5CC6

Tints of Medium Orchid #AC5CC6

Color information

#AC5CC6 (or 0xAC5CC6) is unknown color: approx Medium Orchid. HEX triplet: AC, 5C and C6. RGB value is (172,92,198). Sum of RGB (Red+Green+Blue) = 172+92+198=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC5CC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC5CC6 is #53A339. Grayscale: #7F7F7F. Windows color (decimal): -5481274 or 12999852. OLE color: 12999852.

HSL color Cylindrical-coordinate representation of color #AC5CC6: hue angle of 285.28º 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 #AC5CC6 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17292198-
CMYK0.130.5400.22
HSL285.28º48.18%56.86%-
HSV(B)285.28º53.54%77.65%-
XYZ31.0320.555.75-
YUV128167.5159.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 92 (36.33% from 255) = 19.91%
BLUE value IS 198 (77.73% from 255) = 42.86%
R=37.23%
G=19.91%
B=42.86%

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
Decimal172921980.130.5400.22285.2848.1856.86
HexAC5CC6D3601611d3039
Octal25413430615660264356071
Binary101011001011100110001101101110110010110100011101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5CC6; }

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

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

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

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

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

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

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

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