#AC59D8

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

Shades of Medium Orchid #AC59D8

Tints of Medium Orchid #AC59D8

Color information

#AC59D8 (or 0xAC59D8) is unknown color: approx Medium Orchid. HEX triplet: AC, 59 and D8. RGB value is (172,89,216). Sum of RGB (Red+Green+Blue) = 172+89+216=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC59D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC59D8 is #53A627. Grayscale: #7F7F7F. Windows color (decimal): -5482024 or 14178732. OLE color: 14178732.

HSL color Cylindrical-coordinate representation of color #AC59D8: hue angle of 279.21º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC59D8 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17289216-
CMYK0.200.5900.15
HSL279.21º61.95%59.8%-
HSV(B)279.21º58.8%84.71%-
XYZ32.9820.8767.26-
YUV128.29177.5159.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.06%
GREEN value IS 89 (35.16% from 255) = 18.66%
BLUE value IS 216 (84.77% from 255) = 45.28%
R=36.06%
G=18.66%
B=45.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172892160.200.5900.15279.2161.9559.8
HexAC59D8143B0F1173e3c
Octal25413133024730174277674
Binary101011001011001110110001010011101101111100010111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC59D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC59D8; }

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

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

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

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

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

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

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

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