#AC59ED

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

Shades of Medium Orchid #AC59ED

Tints of Medium Orchid #AC59ED

Color information

#AC59ED (or 0xAC59ED) is unknown color: approx Medium Orchid. HEX triplet: AC, 59 and ED. RGB value is (172,89,237). Sum of RGB (Red+Green+Blue) = 172+89+237=498 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.54% from 498); Green value is 89 (35.16% from 255 or 17.87% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC59ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC59ED is #53A612. Grayscale: #828282. Windows color (decimal): -5482003 or 15554988. OLE color: 15554988.

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

Color convert

RGB17289237-
CMYK0.270.6200.07
HSL273.65º80.43%63.92%-
HSV(B)273.65º62.45%92.94%-
XYZ35.8722.0382.48-
YUV130.69188157.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.54%
GREEN value IS 89 (35.16% from 255) = 17.87%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=34.54%
G=17.87%
B=47.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172892370.270.6200.07273.6580.4363.92
HexAC59ED1B3E071125040
Octal254131355337607422120100
Binary1010110010110011110110111011111110011110001001010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59ED; }

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

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

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

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

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

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

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

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