#AC56ED

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

Shades of Medium Orchid #AC56ED

Tints of Medium Orchid #AC56ED

Color information

#AC56ED (or 0xAC56ED) is unknown color: approx Medium Orchid. HEX triplet: AC, 56 and ED. RGB value is (172,86,237). Sum of RGB (Red+Green+Blue) = 172+86+237=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC56ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC56ED is #53A912. Grayscale: #808080. Windows color (decimal): -5482771 or 15554220. OLE color: 15554220.

HSL color Cylindrical-coordinate representation of color #AC56ED: hue angle of 274.17º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC56ED is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17286237-
CMYK0.270.6400.07
HSL274.17º80.75%63.33%-
HSV(B)274.17º63.71%92.94%-
XYZ35.6321.5482.4-
YUV128.93188.99158.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.75%
GREEN value IS 86 (33.98% from 255) = 17.37%
BLUE value IS 237 (92.97% from 255) = 47.88%
R=34.75%
G=17.37%
B=47.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172862370.270.6400.07274.1780.7563.33
HexAC56ED1B4007112513f
Octal254126355331000742212177
Binary1010110010101101110110111011100000001111000100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC56ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC56ED; }

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

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

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

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

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

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

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

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