#ac56c3

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

Shades of Medium Orchid #AC56C3

Tints of Medium Orchid #AC56C3

Color information

#AC56C3 (or 0xAC56C3) is unknown color: approx Medium Orchid. HEX triplet: AC, 56 and C3. RGB value is (172,86,195). Sum of RGB (Red+Green+Blue) = 172+86+195=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #AC56C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC56C3 is #53A93C. Grayscale: #7B7B7B. Windows color (decimal): -5482813 or 12801708. OLE color: 12801708.

HSL color Cylindrical-coordinate representation of color #AC56C3: hue angle of 287.34º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC56C3 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17286195-
CMYK0.120.5600.24
HSL287.34º47.6%55.1%-
HSV(B)287.34º55.9%76.47%-
XYZ30.1919.3753.78-
YUV124.14167.99162.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 86 (33.98% from 255) = 18.98%
BLUE value IS 195 (76.56% from 255) = 43.05%
R=37.97%
G=18.98%
B=43.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172861950.120.5600.24287.3447.655.1
HexAC56C3C3801811f3037
Octal25412630314700304376067
Binary101011001010110110000111100111000011000100011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac56c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac56c3; }

 p { color: rgb(172,86,195); }

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

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

 a { background-color: rgb(172,86,195); }

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

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

 span { border-color: rgb(172,86,195); }

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