#AC55ED

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

Shades of Medium Orchid #AC55ED

Tints of Medium Orchid #AC55ED

Color information

#AC55ED (or 0xAC55ED) is unknown color: approx Medium Orchid. HEX triplet: AC, 55 and ED. RGB value is (172,85,237). Sum of RGB (Red+Green+Blue) = 172+85+237=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 85 (33.59% from 255 or 17.21% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC55ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC55ED is #53AA12. Grayscale: #7F7F7F. Windows color (decimal): -5483027 or 15553964. OLE color: 15553964.

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

Color convert

RGB17285237-
CMYK0.270.6400.07
HSL274.34º80.85%63.14%-
HSV(B)274.34º64.14%92.94%-
XYZ35.5521.3882.37-
YUV128.34189.32159.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 85 (33.59% from 255) = 17.21%
BLUE value IS 237 (92.97% from 255) = 47.98%
R=34.82%
G=17.21%
B=47.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172852370.270.6400.07274.3480.8563.14
HexAC55ED1B4007112513f
Octal254125355331000742212177
Binary1010110010101011110110111011100000001111000100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC55ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC55ED; }

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

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

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

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

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

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

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

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