#AC4CC6

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

Shades of Medium Orchid #AC4CC6

Tints of Medium Orchid #AC4CC6

Color information

#AC4CC6 (or 0xAC4CC6) is unknown color: approx Medium Orchid. HEX triplet: AC, 4C and C6. RGB value is (172,76,198). Sum of RGB (Red+Green+Blue) = 172+76+198=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC4CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC4CC6 is #53B339. Grayscale: #767676. Windows color (decimal): -5485370 or 12995756. OLE color: 12995756.

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

Color convert

RGB17276198-
CMYK0.130.6200.22
HSL287.21º51.69%53.73%-
HSV(B)287.21º61.62%77.65%-
XYZ29.7918.0255.33-
YUV118.61172.8166.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 76 (30.08% from 255) = 17.04%
BLUE value IS 198 (77.73% from 255) = 44.39%
R=38.57%
G=17.04%
B=44.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal172761980.130.6200.22287.2151.6953.73
HexAC4CC6D3E01611f3436
Octal25411430615760264376466
Binary101011001001100110001101101111110010110100011111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4CC6; }

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

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

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

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

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

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

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

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