#AC54ED

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

Shades of Medium Orchid #AC54ED

Tints of Medium Orchid #AC54ED

Color information

#AC54ED (or 0xAC54ED) is unknown color: approx Medium Orchid. HEX triplet: AC, 54 and ED. RGB value is (172,84,237). Sum of RGB (Red+Green+Blue) = 172+84+237=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC54ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC54ED is #53AB12. Grayscale: #7F7F7F. Windows color (decimal): -5483283 or 15553708. OLE color: 15553708.

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

Color convert

RGB17284237-
CMYK0.270.6500.07
HSL274.51º80.95%62.94%-
HSV(B)274.51º64.56%92.94%-
XYZ35.4721.2382.35-
YUV127.75189.65159.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 84 (33.20% from 255) = 17.04%
BLUE value IS 237 (92.97% from 255) = 48.07%
R=34.89%
G=17.04%
B=48.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172842370.270.6500.07274.5180.9562.94
HexAC54ED1B4107113513f
Octal254124355331010742312177
Binary1010110010101001110110111011100000101111000100111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC54ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC54ED; }

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

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

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

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

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

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

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

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