#AC50F2

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

Shades of Medium Orchid #AC50F2

Tints of Medium Orchid #AC50F2

Color information

#AC50F2 (or 0xAC50F2) is unknown color: approx Medium Orchid. HEX triplet: AC, 50 and F2. RGB value is (172,80,242). Sum of RGB (Red+Green+Blue) = 172+80+242=494 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.82% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #AC50F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AC50F2 is #53AF0D. Grayscale: #7D7D7D. Windows color (decimal): -5484302 or 15880364. OLE color: 15880364.

HSL color Cylindrical-coordinate representation of color #AC50F2: hue angle of 274.07º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC50F2 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17280242-
CMYK0.290.6700.05
HSL274.07º86.17%63.14%-
HSV(B)274.07º66.94%94.9%-
XYZ35.9120.9286.15-
YUV125.98193.48160.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.82%
GREEN value IS 80 (31.64% from 255) = 16.19%
BLUE value IS 242 (94.92% from 255) = 48.99%
R=34.82%
G=16.19%
B=48.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172802420.290.6700.05274.0786.1763.14
HexAC50F21D4305112563f
Octal254120362351030542212677
Binary1010110010100001111001011101100001101011000100101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC50F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC50F2; }

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

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

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

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

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

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

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

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