#AC4EC9

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

Shades of Medium Orchid #AC4EC9

Tints of Medium Orchid #AC4EC9

Color information

#AC4EC9 (or 0xAC4EC9) is unknown color: approx Medium Orchid. HEX triplet: AC, 4E and C9. RGB value is (172,78,201). Sum of RGB (Red+Green+Blue) = 172+78+201=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC4EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC4EC9 is #53B136. Grayscale: #777777. Windows color (decimal): -5484855 or 13192876. OLE color: 13192876.

HSL color Cylindrical-coordinate representation of color #AC4EC9: hue angle of 285.85º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AC4EC9 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17278201-
CMYK0.140.6100.21
HSL285.85º53.25%54.71%-
HSV(B)285.85º61.19%78.82%-
XYZ30.2818.4457.22-
YUV120.13173.64165-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.14%
GREEN value IS 78 (30.86% from 255) = 17.29%
BLUE value IS 201 (78.91% from 255) = 44.57%
R=38.14%
G=17.29%
B=44.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172782010.140.6100.21285.8553.2554.71
HexAC4EC9E3D01511e3537
Octal25411631116750254366567
Binary101011001001110110010011110111101010101100011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4EC9; }

 p { color: rgb(172,78,201); }

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

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

 a { background-color: rgb(172,78,201); }

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

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

 span { border-color: rgb(172,78,201); }

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