#AC41EC

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

Shades of Medium Orchid #AC41EC

Tints of Medium Orchid #AC41EC

Color information

#AC41EC (or 0xAC41EC) is unknown color: approx Medium Orchid. HEX triplet: AC, 41 and EC. RGB value is (172,65,236). Sum of RGB (Red+Green+Blue) = 172+65+236=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC41EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC41EC is #53BE13. Grayscale: #737373. Windows color (decimal): -5488148 or 15483308. OLE color: 15483308.

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

Color convert

RGB17265236-
CMYK0.270.7200.07
HSL277.54º81.82%59.02%-
HSV(B)277.54º72.46%92.55%-
XYZ34.0418.6181.15-
YUV116.49195.45167.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 65 (25.78% from 255) = 13.74%
BLUE value IS 236 (92.58% from 255) = 49.89%
R=36.36%
G=13.74%
B=49.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172652360.270.7200.07277.5481.8259.02
HexAC41EC1B4807116523b
Octal254101354331100742612273
Binary1010110010000011110110011011100100001111000101101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC41EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC41EC; }

 p { color: rgb(172,65,236); }

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

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

 a { background-color: rgb(172,65,236); }

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

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

 span { border-color: rgb(172,65,236); }

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