#AC50ED

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

Shades of Medium Orchid #AC50ED

Tints of Medium Orchid #AC50ED

Color information

#AC50ED (or 0xAC50ED) is unknown color: approx Medium Orchid. HEX triplet: AC, 50 and ED. RGB value is (172,80,237). Sum of RGB (Red+Green+Blue) = 172+80+237=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #AC50ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50ED is #53AF12. Grayscale: #7C7C7C. Windows color (decimal): -5484307 or 15552684. OLE color: 15552684.

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

Color convert

RGB17280237-
CMYK0.270.6600.07
HSL275.16º81.35%62.16%-
HSV(B)275.16º66.24%92.94%-
XYZ35.1720.6282.25-
YUV125.41190.98161.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 80 (31.64% from 255) = 16.36%
BLUE value IS 237 (92.97% from 255) = 48.47%
R=35.17%
G=16.36%
B=48.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal172802370.270.6600.07275.1681.3562.16
HexAC50ED1B4207113513e
Octal254120355331020742312176
Binary1010110010100001110110111011100001001111000100111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC50ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC50ED; }

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

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

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

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

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

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

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

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