#AC40ED

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

Shades of Medium Orchid #AC40ED

Tints of Medium Orchid #AC40ED

Color information

#AC40ED (or 0xAC40ED) is unknown color: approx Medium Orchid. HEX triplet: AC, 40 and ED. RGB value is (172,64,237). Sum of RGB (Red+Green+Blue) = 172+64+237=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC40ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC40ED is #53BF12. Grayscale: #737373. Windows color (decimal): -5488403 or 15548588. OLE color: 15548588.

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

Color convert

RGB17264237-
CMYK0.270.7300.07
HSL277.46º82.78%59.02%-
HSV(B)277.46º73%92.94%-
XYZ34.1318.5581.9-
YUV116.01196.28167.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 64 (25.39% from 255) = 13.53%
BLUE value IS 237 (92.97% from 255) = 50.11%
R=36.36%
G=13.53%
B=50.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172642370.270.7300.07277.4682.7859.02
HexAC40ED1B4907115533b
Octal254100355331110742512373
Binary1010110010000001110110111011100100101111000101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC40ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC40ED; }

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

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

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

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

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

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

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

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